Bullion Peek
Peek at gold and silver prices.
Vad är Bullion Peek?
Bullion Peek är en Chrome-tillägg utvecklad av Piotrek, och dess huvudfunktion är "Peek at gold and silver prices.".
Tilläggsskärmbilder
Ladda ner Bullion Peek-förlängningens CRX-fil
Ladda ner Bullion Peek-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ieahjdgkkeekhbhgmdhkodhkjlfjhocd |
Officiell webbadress | https://chrome.google.com/webstore/detail/bullion-peek/ieahjdgkkeekhbhgmdhkodhkjlfjhocd |
Beskrivning | Peek at gold and silver prices. |
Filstorlek | 31.64 KB |
Antal Installationer | 497 |
Aktuell Version | 1.9.1 |
Senast Uppdaterad | 2012-12-08 |
Publiceringsdatum | 2012-12-08 |
Betyg | 2.70/5 Totalt 10 Betyg |
Utvecklare | Piotrek |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |