This is a Chrome extension that displays the current price of gold directly on the extension icon.
- Displays the current price of gold.
- Updates automatically at regular intervals.
- Clone this repository.
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" using the toggle switch in the top-right corner.
- Click the "Load unpacked" button.
- Select the directory where you cloned the repository.
Once installed, the extension's icon will display the current gold price. Hovering over the icon will show the title "Gold Price".
- Manifest Version: 3
- Name: Gold Price Extension
- Version: 1.0
- Description: A Chrome extension that displays the current price of gold on the icon.
- Icons:
icon16.png,icon48.png,icon128.png - Action:
default_icon:icon48.pngdefault_title: "Gold Price"
- Permissions:
storage,alarms - Host Permissions:
https://api.gold-api.com/* - Background Service Worker:
background.js
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.