This browser extension can immersively convert the currency to your local currency simply by selecting the text in the webpage.
demo.mov
- Detect & convert currency by selecting text
- Display multiple results in one screen
- Estimate value based on items
- Customize OpenExchange key
- Full open-source, no privacy worry
- Tiny & Super fast (Only 2kb packed size)
- [-] Cryptocurrency
- [-] Exception List
- Chrome Web Store
- Firefox Add-ons (Working)
- Edge Add-ons (Working)
pnpm run dev # Start Rollup server
pnpm run dev:style # Start Tailwind serverThe you can load the unpacked extension from dist in the extension setting page.
Open test/index.html to test the extension by selecting text on it.
Do not modify manifest.json directly in the dist folder. Edit init.js instead.
After user opened a webpage, the extension will:
- Create a shadow root node in the original page
- Render React app to the root
- Inject prefixed style to the page
- The React app listen to the mouse event
- CoinMarketCap: API
- OpenExchange: API
- Xe Symbol
MIT.
Copyright © 2024 RiverTwilight