By: Edwin Kofler
Inspect and view changes in Web Input Readline Hotkeys source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Web Input Readline Hotkeys",
"version": "0.3.1",
"manifest_version": 2,
"description": "readline / emacs like shortcuts for text input",
"homepage_url": "https://github.com/eankeen/web-input-readline-hotkeys-extension",
"web_accessible_resources": [
"script.js"
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"browser_action": {
"default_title": "Readline Hotkeys",
"default_popup": "popup.html"
},
"default_locale": "en",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"storage"
],
"content_security_policy": "default-src 'self';",
"content_scripts": [
{
"matches": [
"https://*/*",
"http://localhost/*",
"http://127.0.0.1/*"
],
"js": [
"content.js"
]
}
]
} Best Web Input Readline Hotkeys Alternatives
Here are some Firefox add-ons that are similar to Web Input Readline Hotkeys: