Daring Fireball with Comments

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

Co je Daring Fireball with Comments?

Daring Fireball with Comments je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Adds comments to John Gruber’s daringfireball.net to encourage stimulating discussion. It is not endorsed by daringfireball.net.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Daring Fireball with Comments

Stáhněte si soubory rozšíření Daring Fireball with Comments ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Daring Fireball with Comments Daring Fireball with Comments
ID cpkbpmniionhpjhgicbmknjngmldlijg
Oficiální URL https://chromewebstore.google.com/detail/daring-fireball-with-comm/cpkbpmniionhpjhgicbmknjngmldlijg
Popis Adds comments to John Gruber’s daringfireball.net to encourage stimulating discussion. It is not endorsed by daringfireball.net.
Velikost souboru 36.98 KB
Počet instalací 103
Aktuální Verze 4
Poslední Aktualizace 2017-04-14
Datum Vydání 2017-04-14
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář Unknown
Typ Platby free
Webové stránky Rozšíření http://daringfireballwithcomments.net/
Podporované Jazyky 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"
    ]
}