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 |
官方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 |
电子邮箱 | [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:\/\/*\/*" ] } |