Bullion Peek

Peek at gold and silver prices.

Apa itu Bullion Peek?

Bullion Peek adalah ekstensi Chrome yang dikembangkan oleh Piotrek, dan fitur utamanya adalah "Peek at gold and silver prices.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Bullion Peek

Unduh file ekstensi Bullion Peek dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bullion Peek Bullion Peek
ID ieahjdgkkeekhbhgmdhkodhkjlfjhocd
URL Resmi https://chrome.google.com/webstore/detail/bullion-peek/ieahjdgkkeekhbhgmdhkodhkjlfjhocd
Deskripsi Peek at gold and silver prices.
Ukuran File 31.64 KB
Jumlah Instalasi 497
Versi Saat Ini 1.9.1
Terakhir Diperbarui 2012-12-08
Tanggal Publikasi 2012-12-08
Penilaian 2.70/5 Total 10 Penilaian
Pengembang Piotrek
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}