Bullion Peek

Peek at gold and silver prices.

ما هو Bullion Peek؟

Bullion Peek هو إضافة Chrome تم تطويرها بواسطة Piotrek، والميزة الرئيسية لها هي "Peek at gold and silver prices.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Bullion Peek

قم بتنزيل ملفات الامتداد Bullion Peek بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}