By: Quentin Santos
Inspect and view changes in ViHN: keyboard navigation for Hacker News source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "ViHN: Vim for Hacker News",
"short_name": "ViHN",
"description": "Vi-style key bindings for browsing Hacker News",
"author": "Quentin Santos",
"manifest_version": 2,
"version": "1.38",
"icons": {
"128": "icon128.png"
},
"permissions": [
"storage",
"tabs"
],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{4622cacb-93c6-4050-bf6e-749f0237fecb}"
}
},
"content_scripts": [
{
"matches": [
"https://news.ycombinator.com/*"
],
"js": [
"get-option.js",
"main.js"
],
"css": [
"main.css"
],
"run_at": "document_end"
}
]
} Best ViHN: keyboard navigation for Hacker News Alternatives
Here are some Firefox add-ons that are similar to ViHN: keyboard navigation for Hacker News:
Hacker News Companion
Hacker News Companion
Hacker News Navigator
Gabriel Vincent
vimkeybindings
dietrich ayala
Hacker News, Enhanced
Mackenzie Zastrow
Vimium
Phil Crosby
vimkeybindings Improved
Tartaruskelvin
Hacker News Enhancement Suite
Chris James
HNView
chenxsan
Hacker News Tweaks
holleyp
Vimlike
Developer
Refined Hacker News
Mihir Chaturvedi (plibither8)
Modeless Keyboard Navigation
James Stout