Firefox extension that communicates with the DeepSeek API in order to prompt it with selected text.
- src/background.js: Background script that manages events and state.
- src/content.js: Content script that interacts with web pages.
- src/popup/popup.html: HTML structure for the popup interface.
- src/popup/popup.js: JavaScript for handling popup interactions.
- src/popup/popup.css: Styles for the popup interface.
- manifest.json: Configuration file for the extension.
- Download or clone the repository.
- Open Firefox and navigate to
about:debugging. - Click on "This Firefox" and then "Load Temporary Add-on".
- Select the
manifest.jsonfile from the project directory.
- Click on the extension icon in the toolbar to open the popup.
- Interact with the popup to utilize the features of the extension.
Feel free to fork the repository and submit pull requests for any improvements or features you'd like to add.