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