Gold & Silver price

Realtime gold, silver, platinum and palladium prices, provided by bullionvault.com

Gold & Silver priceとは何ですか?

Gold & Silver priceはPiotrekによって開発されたChromeの拡張機能で、その主な機能は「Realtime gold, silver, platinum and palladium prices, provided by bullionvault.com」です。

拡張機能のスクリーンショット

screenshot

Gold & Silver price拡張機能のCRXファイルをダウンロード

Gold & Silver price拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Monitors gold, silver and platinum price, as well as gold to silver price ratio. 

Prices are updated a few times per minute and displayed in the extension's pop up window, which appears when the extension's badge icon is clicked. One of the values is also continuously presented within the icon. 

The user can choose to see the prices in one of seven currencies and for two different weight units.

The data is being provided thanks to the courtesy of bullionvault.com                    

拡張機能の基本情報

名前 Gold & Silver price Gold & Silver price
ID fkgjfjogmipihchhfchdmhblgdpdeagg
公式URL https://chromewebstore.google.com/detail/gold-silver-price/fkgjfjogmipihchhfchdmhblgdpdeagg
説明 Realtime gold, silver, platinum and palladium prices, provided by bullionvault.com
ファイルサイズ 24.73 KB
インストール数 5,001
現在のバージョン 3.1.3
最終更新日 2024-02-21
公開日 2016-05-19
評価 4.29/5 合計 69 レビュー
開発者 Piotrek
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "Realtime gold, silver, platinum and palladium prices, provided by bullionvault.com",
    "icons": {
        "128": "icon_128.png"
    },
    "name": "Gold & Silver price",
    "options_page": "options.html",
    "permissions": [],
    "version": "3.1.3"
}