d3coder
d3coder copied to clipboard
Chrome extension for encoding/decoding and hashing text on websites
Service worker errs out with: ``` Error in event handler: TypeError: Cannot read properties of undefined (reading '1') at chrome-extension://[ID]/js/serviceworker.js:43:97 ```
**Is your feature request related to a problem? Please describe.** A firefox port of this extension would be nice. **Describe the solution you'd like** Port this extension to firefox **Describe...
It would be neat to enable keyboard shortcuts. API docs: https://developer.chrome.com/docs/extensions/reference/commands/
Since #23 added the capabilities of translating the extension it would be great to have more translations available for those who aren't native English speakers. The translations need a folder...
Some languages translated use RTL instead of the western standard LTR text direction. This probably needs some changes in the CSS code to actually work properly with these languages. I...