Bullion Peek

Peek at gold and silver prices.

Bullion Peek क्या है?

Bullion Peek Piotrek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Peek at gold and silver prices."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bullion Peek एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Bullion Peek Bullion Peek
ID ieahjdgkkeekhbhgmdhkodhkjlfjhocd
आधिकारिक URL https://chrome.google.com/webstore/detail/bullion-peek/ieahjdgkkeekhbhgmdhkodhkjlfjhocd
विवरण Peek at gold and silver prices.
फ़ाइल का आकार 31.64 KB
स्थापना संख्या 497
वर्तमान संस्करण 1.9.1
अंतिम अपडेट 2012-12-08
प्रकाशन तिथि 2012-12-08
रेटिंग 2.70/5 कुल 10 रेटिंग्स
डेवलपर Piotrek
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}