Bullion Peek

Peek at gold and silver prices.

Wat is Bullion Peek?

Bullion Peek is een Chrome-extensie ontwikkeld door Piotrek, en de belangrijkste functie is "Peek at gold and silver prices.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bullion Peek

Download Bullion Peek-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bullion Peek Bullion Peek
ID ieahjdgkkeekhbhgmdhkodhkjlfjhocd
Officiële URL https://chrome.google.com/webstore/detail/bullion-peek/ieahjdgkkeekhbhgmdhkodhkjlfjhocd
Beschrijving Peek at gold and silver prices.
Bestandsgrootte 31.64 KB
Aantal Installaties 497
Huidige Versie 1.9.1
Laatst Bijgewerkt 2012-12-08
Publicatiedatum 2012-12-08
Beoordeling 2.70/5 Totaal 10 Beoordelingen
Ontwikkelaar Piotrek
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}