提供元: m-coleman
Inspect and view changes in Hackollapse source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Hackollapse",
"version": "1.0",
"description": "Collapse comment threads on Hacker News!",
"permissions": [
"storage",
"tabs"
],
"page_action": {
"show_matches": [
"https://news.ycombinator.com/*"
],
"default_title": "Hackollapse",
"default_popup": "popup.html",
"default_icon": {
"16": "images/wrecking-ball.png"
}
},
"content_scripts": [
{
"matches": [
"https://news.ycombinator.com/item?id=*"
],
"js": [
"contentScript.js"
]
}
],
"icons": {
"16": "images/wrecking-ball.png"
},
"background": {
"scripts": [
"background.js"
]
},
"manifest_version": 2
} ベストのHackollapse代替案
Hackollapseに類似したFirefox add-onをいくつか紹介します:
Hacker News Comment Collapse
Brian Steffens
HN Collapse
Firefox user 12184422
Improve HN
Andrius
Hacker News Tweaks
holleyp
Hacker News, Enhanced
Mackenzie Zastrow
Comments Owl for Hacker News
Jonny Buchanan
Hacker News Enhancement Suite
Chris James
HNN Jump
Firefox user 14074476
Reddit Comment Collapser
tomjwatson
Hacker News Plus
Edvin
hnlinks
dit7ya
Hackernews Userscript
Drake Rossman