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