Cointelegraph — Bitcoin & Ethereum News

Cointelegraph covers fintech, blockchain, and Bitcoin, bringing you the latest news and analyses on the future of money.

什么是Cointelegraph — Bitcoin & Ethereum News?

Cointelegraph — Bitcoin & Ethereum News是由https://cointelegraph.com开发的Chrome扩展程序,该扩展的主要功能是“Cointelegraph covers fintech, blockchain, and Bitcoin, bringing you the latest news and analyses on the future of money.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Cointelegraph — Bitcoin & Ethereum News扩展crx文件

下载Cointelegraph — Bitcoin & Ethereum News扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Cointelegraph Extension provides you with a convenient way to stay updated about the hottest news and events in the blockchain world.

Enhance your user experience by customizing the Extension in the Settings section:
- switch between light and dark themes
- adjust the content type you’d like to see
- follow the cryptocurrency rates you hodl
- take part in blockchain-related quizzes and learn interesting facts about the industry                    

扩展基本信息

名称 Cointelegraph — Bitcoin & Ethereum News Cointelegraph — Bitcoin & Ethereum News
ID fhaehblnmlecgnedafkabonmkbogpkng
官方URL https://chromewebstore.google.com/detail/cointelegraph-%E2%80%94-bitcoin-e/fhaehblnmlecgnedafkabonmkbogpkng
简介 Cointelegraph covers fintech, blockchain, and Bitcoin, bringing you the latest news and analyses on the future of money.
文件大小 156 KB
安装次数 174
当前版本 1.1.0
更新时间 2019-01-24
上架时间 2019-01-24
评分 5.00/5 共3次评分
开发者 https://cointelegraph.com
付费类型 free
扩展官网 https://cointelegraph.com/
帮助页面URL https://cointelegraph.com/about
隐私政策页面URL https://cointelegraph.com/terms-and-privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cointelegraph \u2014 Bitcoin & Ethereum News",
    "version": "1.1.0",
    "description": "Cointelegraph covers fintech, blockchain, and Bitcoin, bringing you the latest news and analyses on the future of money.",
    "author": "Cointelegraph",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "",
        "*:\/\/*.cointelegraph.com\/*",
        "background",
        "storage",
        "alarms"
    ],
    "browser_action": {
        "default_title": "Cointelegraph News",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": true,
        "page": "pages\/background.html"
    },
    "options_page": "pages\/options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js",
        "js\/analytics.js"
    ]
}