BASI-LABS / parseltongue

Parseltongue is a powerful prompt hacking tool/browser extension for real-time tokenization visualization and seamless text conversion, supporting formats like binary, base64, leetspeak, special characters, and multiple languages. Perfect for red teamers, developers, linguists, and latent space explorers.
MIT License
394 stars 30 forks source link

Precompiled extension? #5

Closed Romchikus closed 4 months ago

Romchikus commented 4 months ago

Having problems with npm and nodejs on windows, can we get precompiled ver, so it's only download and install for dummies like me who cannot install and compile dependencies through terminal tools?

LVivona commented 4 months ago

We are currently looking on making our extension available in the Google Chrome and Firefox stores to ensure easy access for all users.

but unfortunately In the meantime, I provided the /dist so you can you can manually add the extension by following these steps:

For Google Chrome:

- Open chrome://extensions/ in your browser.
- Enable "Developer mode" (toggle switch at the top right).
- Click "Load unpacked" and select the dist folder of the extension.

For Firefox:

- Open about:debugging#/runtime/this-firefox in your browser.
- Click "Load Temporary Add-on."
- Select any file in the dist folder of the extension.
Romchikus commented 4 months ago

Ok I thought my old issues were based on what I described above. I thought I had to compile it for the best work. But actually my chrome bugs are still there. I'm not sure the UI is correct. I see no place to write prompt in or any right click options. And also I have some errors in extensions tap. Changing manifest on v2 didn't help and there were other errors. image image

LVivona commented 4 months ago
image image