Bullion Peek
Peek at gold and silver prices.
What is Bullion Peek?
Bullion Peek is a Chrome extension developed by Piotrek, and its main feature is "Peek at gold and silver prices.".
Extension Screenshots
Download Bullion Peek Extension CRX File
Download Bullion Peek extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension displays current price of gold and silver, as well as gold-to-silver price ratio. It uses BullionVault.com as the source of the price data. You can choose currency (USD/EUR/GBP) and weight unit (kg/oz). You can also select which price is displayed over the extension's icon.
Extension Basic Information
Name | |
ID | ieahjdgkkeekhbhgmdhkodhkjlfjhocd |
Official URL | https://chrome.google.com/webstore/detail/bullion-peek/ieahjdgkkeekhbhgmdhkodhkjlfjhocd |
Description | Peek at gold and silver prices. |
File Size | 31.64 KB |
Installation Count | 497 |
Current Version | 1.9.1 |
Last Updated | 2012-12-08 |
Publish Date | 2012-12-08 |
Rating | 2.70/5 Total 10 Ratings |
Developer | Piotrek |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "Peek at gold and silver prices.", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "Bullion Peek", "options_page": "options.html", "permissions": [ "http:\/\/www.bullionvault.com\/" ], "version": "1.9.1" } |