Crypto Tab
Replace the New Tab page with Bitcoin price chart
什麼是Crypto Tab?
Crypto Tab是由Dev Labs開發的Chrome擴展程式,該擴展的主要功能是“Replace the New Tab page with Bitcoin price chart”。
擴展截圖
下載Crypto Tab擴展crx文件
下載Crypto Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
New Tab replacement page that instantly gives you information about the Bitcoin price. Choose a period (hour, day, week, year) and be always up to date with the Bitcoin volatility index.
擴展基本資訊
名稱 | Crypto Tab |
ID | hmbkmkdhhlgemdgeefnhfaffdpddohpa |
官方網址 | https://chromewebstore.google.com/detail/crypto-tab/hmbkmkdhhlgemdgeefnhfaffdpddohpa |
簡介 | Replace the New Tab page with Bitcoin price chart |
檔案大小 | 109 KB |
安裝次數 | 8,740 |
目前版本 | 1.0.4 |
更新時間 | 2018-01-18 |
上架時間 | 2018-01-18 |
評分 | 4.60/5 共 134 次評分 |
開發者 | Dev Labs |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://crypto-tab.com |
說明頁面URL | https://github.com/superKalo/crypto-tab |
隱私政策頁面URL | https://privacy.devlabs.bg |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto Tab", "description": "Replace the New Tab page with Bitcoin price chart", "version": "1.0.4", "icons": { "16": "icons\/[email protected]", "48": "icons\/[email protected]", "128": "icons\/[email protected]" }, "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "permissions": [ "https:\/\/bitcoin-price-api.devlabs-projects.info\/**\/*", "https:\/\/api.crypto-tab.com\/**\/*", "storage" ] } |