Daring Fireball with Comments
Adds comments to John Gruber’s daringfireball.net to encourage stimulating discussion. It is not endorsed by daringfireball.net.
Was ist Daring Fireball with Comments?
Daring Fireball with Comments ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Adds comments to John Gruber’s daringfireball.net to encourage stimulating discussion. It is not endorsed by daringfireball.net.".
Erweiterungsscreenshots
Daring Fireball with Comments-Erweiterungs-CRX-Datei herunterladen
Laden Sie Daring Fireball with Comments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Daring Fireball with Comments |
ID | cpkbpmniionhpjhgicbmknjngmldlijg |
Offizielle URL | https://chromewebstore.google.com/detail/daring-fireball-with-comm/cpkbpmniionhpjhgicbmknjngmldlijg |
Beschreibung | Adds comments to John Gruber’s daringfireball.net to encourage stimulating discussion. It is not endorsed by daringfireball.net. |
Dateigröße | 36.98 KB |
Installationsanzahl | 103 |
Aktuelle Version | 4 |
Letztes Update | 2017-04-14 |
Veröffentlichungsdatum | 2017-04-14 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | http://daringfireballwithcomments.net/ |
Unterstützte Sprachen | 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" ] } |