Precious Metals Charts

Precious Metals Charts shows the latest prices of Silver, Gold, Platinum, Palladium and Rhodium

Precious Metals Chartsとは何ですか?

Precious Metals Chartsはhttp://www.123easywebsites.comによって開発されたChromeの拡張機能で、その主な機能は「Precious Metals Charts shows the latest prices of Silver, Gold, Platinum, Palladium and Rhodium」です。

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

screenshot
screenshot
screenshot

Precious Metals Charts拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Precious Metals Charts shows the latest prices of Silver, Gold, Platinum, Palladium and Rhodium

If you like this, please say Thanks by sharing it or leaving a review

For developers:
The application is open source and can be found
https://github.com/patrioticcow/PreciousMetalsCharts

v 1.0.3
attempt to remove popup

v 1.0.2
small UI and UX update

v 1.0.1
added interactive charts
for existent metals

v 0.9.2
small fix

v 0.9.1
initial release
charts:
   -Silver
   -Gold
   -Platinum
   -Palladium
   -Rhodium                    

拡張機能の基本情報

名前 Precious Metals Charts Precious Metals Charts
ID kjknhdopjhbcleideakicmmjdheiiiaj
公式URL https://chrome.google.com/webstore/detail/precious-metals-charts/kjknhdopjhbcleideakicmmjdheiiiaj
説明 Precious Metals Charts shows the latest prices of Silver, Gold, Platinum, Palladium and Rhodium
ファイルサイズ 254 KB
インストール数 96
現在のバージョン 1.0.3
最終更新日 2014-09-15
公開日 2014-09-15
評価 3.33/5 合計 3 レビュー
開発者 http://www.123easywebsites.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://123easywebsites.com/
ヘルプページのURL http://123easywebsites.com/
プライバシーポリシーページのURL http://massinflux.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Precious Metals Charts",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Precious Metals Charts shows the latest prices of Silver, Gold, Platinum, Palladium and Rhodium",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Precious Metals Charts",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "history",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}