제작자: Abdelkader A.
Inspect and view changes in HNC source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "HN Comments",
"version": "1.0.0",
"description": "Hackernews comments management",
"permissions": [
"contextMenus",
"clipboardWrite",
"tabs",
"storage",
"downloads"
],
"icons": {
"48": "icons/hnc-logo.png",
"96": "icons/hnc-logo@2x.png"
},
"content_scripts": [
{
"matches": [
"*://news.ycombinator.com/*",
"*://*/hn_clipboard.html"
],
"js": [
"utility.js",
"hn-comments.js"
]
}
],
"background": {
"scripts": [
"utility.js",
"background.js"
]
},
"commands": {
"add-selected": {
"suggested_key": {
"default": "Shift+Alt+C"
},
"description": "Add Selection To HN Clipboard"
},
"export-clipboard": {
"suggested_key": {
"default": "Shift+Alt+E"
},
"description": "Export HN Clipboard to text file"
}
},
"browser_specific_settings": {
"gecko": {
"id": "{ec300796-3325-4d3b-83ad-b9f486824d37}"
}
}
} 최고의 HNC 대안
다음은 HNC과(와) 유사한 Firefox add-on입니다:
hnlinks
dit7ya
Hacker News comments
Rob Hoelz
Hacker News Comment Highlighter
Firefox user 13324648
HN comments blocker
Johan Andersson
Enhanced HN
Endi
Miglior for Hacker News
timendum
Watch Hacker News
atrox
HackerNews2Bookmarks
olvy
Get Comments
conveniences
Hacker News, Enhanced
Mackenzie Zastrow