A Chrome extension to enhance your browsing experience by exporting data from OpenRouter or related web applications. This extension provides a simple popup interface and content script to interact with web pages and export relevant information.
- Easy-to-use popup interface
- Content script for interacting with web pages
- Lightweight and fast
- Customizable (modify content.js and popup.js as needed)
-
Clone or Download the Repository
- Click the green "Code" button on GitHub and select "Download ZIP", or clone with:
git clone https://github.com/AppleLamps/Open-Router-Export.git
- Click the green "Code" button on GitHub and select "Download ZIP", or clone with:
-
Load the Extension in Chrome
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (toggle in the top right)
- Click "Load unpacked"
- Select the folder where you cloned or unzipped this repository
- Open Chrome and go to
-
Usage
- Click the extension icon in the Chrome toolbar to open the popup
- Use the popup interface to interact with the current page or export data as needed
- Edit
content.jsfor content script logic - Edit
popup.js,popup.html, andpopup.cssfor the popup UI - Update
manifest.jsonfor extension metadata and permissions
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.