Daring Fireball with Comments

Adds comments to John Gruber’s daringfireball.net to encourage stimulating discussion. It is not endorsed by daringfireball.net.

什么是Daring Fireball with Comments?

Daring Fireball with Comments是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Adds comments to John Gruber’s daringfireball.net to encourage stimulating discussion. It is not endorsed by daringfireball.net.”。

扩展截图

screenshot
screenshot

下载Daring Fireball with Comments扩展crx文件

下载Daring Fireball with Comments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension adds comments to John Gruber’s daringfireball.net, in order to encourage stimulating in-depth and well-informed discussions on tech news.

It is not supported nor endorsed by daringfireball.net or John Gruber.

Changes in DFWC 4:
- HTTPS support                    

扩展基本信息

名称 Daring Fireball with Comments Daring Fireball with Comments
ID cpkbpmniionhpjhgicbmknjngmldlijg
官方URL https://chromewebstore.google.com/detail/daring-fireball-with-comm/cpkbpmniionhpjhgicbmknjngmldlijg
简介 Adds comments to John Gruber’s daringfireball.net to encourage stimulating discussion. It is not endorsed by daringfireball.net.
文件大小 36.98 KB
安装次数 103
当前版本 4
更新时间 2017-04-14
上架时间 2017-04-14
评分 5.00/5 共7次评分
开发者 Unknown
付费类型 free
扩展官网 http://daringfireballwithcomments.net/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daring Fireball with Comments",
    "version": "4",
    "manifest_version": 2,
    "homepage_url": "https:\/\/daringfireballwithcomments.net\/",
    "description": "Adds comments to John Gruber\u2019s daringfireball.net to encourage stimulating discussion. It is not endorsed by daringfireball.net.",
    "icons": {
        "48": "Icon-48.png",
        "128": "Icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/daringfireball.net\/*",
                "http:\/\/www.daringfireball.net\/*",
                "https:\/\/daringfireball.net\/*",
                "https:\/\/www.daringfireball.net\/*"
            ],
            "css": [
                "extend.css"
            ],
            "js": [
                "load.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/daringfireballwithcomments.net\/"
    ],
    "web_accessible_resources": [
        "logo_overlay.png",
        "comments.png"
    ]
}