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 |
官方網址 | 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" } |