Bullion Peek
Peek at gold and silver prices.
Bullion Peekとは何ですか?
Bullion PeekはPiotrekによって開発されたChromeの拡張機能で、その主な機能は「Peek at gold and silver prices.」です。
拡張機能のスクリーンショット
Bullion Peek拡張機能のCRXファイルをダウンロード
Bullion Peek拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } |