By: dit7ya
Inspect and view changes in hnlinks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "hnlinks",
"version": "0.4.1",
"description": "Browse links in HackerNews threads, fast!",
"content_scripts": [
{
"matches": [
"https://news.ycombinator.com/item*"
],
"js": [
"readmore.js",
"content.js"
],
"css": [
"styles.css"
]
}
],
"permissions": [
"*://hn.algolia.com/api/*"
],
"icons": {
"64": "icon.png"
},
"browser_action": {
"default_title": "Toggle visibility of the sidebar",
"default_icon": {
"64": "icon.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+8"
},
"description": "Toggle visibility of sidebar."
}
}
} Best hnlinks Alternatives
Here are some Firefox add-ons that are similar to hnlinks:
Hacker News, Enhanced
Mackenzie Zastrow
Post to Hacker News
Post to Hacker News
Hacker News Plus
Edvin
Hacker News Tweaks
holleyp
Hacker News Link + Comments
Patrick Kage
hn-zen
dimtion
HNC
Abdelkader A.
Hacker News Blocklist
jhkmnl
Hacker News Enhancement Suite
Chris James
HackerNews bookmark
micknick
Refined Hacker News
Mihir Chaturvedi (plibither8)