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”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | kjknhdopjhbcleideakicmmjdheiiiaj |
官方網址 | 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 |
電子郵箱 | [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:\/\/*\/*" ] } |