Daring Fireball with Comments

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

Hvad er Daring Fireball with Comments?

Daring Fireball with Comments er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Adds comments to John Gruber’s daringfireball.net to encourage stimulating discussion. It is not endorsed by daringfireball.net.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Daring Fireball with Comments-udvidelses-CRX-fil

Download Daring Fireball with Comments-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Daring Fireball with Comments Daring Fireball with Comments
ID cpkbpmniionhpjhgicbmknjngmldlijg
Officiel URL https://chromewebstore.google.com/detail/daring-fireball-with-comm/cpkbpmniionhpjhgicbmknjngmldlijg
Beskrivelse Adds comments to John Gruber’s daringfireball.net to encourage stimulating discussion. It is not endorsed by daringfireball.net.
Filstørrelse 36.98 KB
Antal Installationer 103
Nuværende Version 4
Senest Opdateret 2017-04-14
Udgivelsesdato 2017-04-14
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Udvidelseswebsted http://daringfireballwithcomments.net/
Understøttede Sprog 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"
    ]
}