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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds comments to John Gruber’s daringfireball.net to encourage stimulating discussion. It is not endorsed by daringfireball.net."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Daring Fireball with Comments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}