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.”。
擴展截圖
下載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 |
ID | cpkbpmniionhpjhgicbmknjngmldlijg |
官方網址 | 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" ] } |