CryptoRates
Live Cryptocurrency rates for your browser
什么是CryptoRates?
CryptoRates是由Crypto Rates开发的Chrome扩展程序,该扩展的主要功能是“Live Cryptocurrency rates for your browser”。
扩展截图
下载CryptoRates扩展crx文件
下载CryptoRates扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Live Cryptocurrency rates that are refreshed every few seconds to get the latest exchange rates. This extension was built to easily allow you to view cryptocurrency prices every time a new tab page is opened. Keep up-to-date with the latest exchange rates for your cryptocurrency investments! Contact Us: https://www.crypto-rates.net/contact-us.html About Us: https://www.crypto-rates.net/about-us.html Terms of Use: https://www.crypto-rates.net/terms.html Privacy Policy: https://www.crypto-rates.net/privacy-policy.html
扩展基本信息
名称 | CryptoRates |
ID | kknbnipbgkcijjfijmkkbeoajnemlhfo |
官方URL | https://chromewebstore.google.com/detail/cryptorates/kknbnipbgkcijjfijmkkbeoajnemlhfo |
简介 | Live Cryptocurrency rates for your browser |
文件大小 | 884 KB |
安装次数 | 20 |
当前版本 | 1.0.1 |
更新时间 | 2021-12-07 |
上架时间 | 2021-07-19 |
评分 | 5.00/5 共27次评分 |
开发者 | Crypto Rates |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.crypto-rates.net/privacy-policy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CryptoRates ", "version": "1.0.1", "manifest_version": 2, "description": "Live Cryptocurrency rates for your browser", "permissions": [], "options_page": "options.html", "chrome_url_overrides": { "newtab": "index.html" }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_64.png", "128": "images\/icon_128.png" } }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_64.png", "128": "images\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "myScript.js" ] } ] } |