Por: Joe Ertaba
Inspect and view changes in Edit with VIM text editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Edit with VIM text editor",
"description": "Edit an HTML element and all its child nodes in VIM text editor with real-time updates",
"author": "Joe Ertaba",
"version": "0.1.1",
"manifest_version": 2,
"permissions": [
"storage",
"tabs",
"<all_urls>",
"nativeMessaging",
"downloads",
"notifications",
"contextMenus"
],
"background": {
"persistent": false,
"scripts": [
"config.js",
"common.js"
]
},
"offline_enabled": true,
"browser_action": {
"default_icon": {
"16": "data/icons/16.png",
"32": "data/icons/32.png",
"48": "data/icons/48.png",
"64": "data/icons/64.png"
}
},
"devtools_page": "devtools/index.html",
"options_ui": {
"page": "data/options/index.html",
"chrome_style": true
},
"icons": {
"16": "data/icons/16.png",
"32": "data/icons/32.png",
"48": "data/icons/48.png",
"64": "data/icons/64.png",
"128": "data/icons/128.png",
"256": "data/icons/256.png"
},
"homepage_url": "https://add0n.com/edit-as-html.html?from=vim"
} Melhores alternativas Edit with VIM text editor
Aqui estão algumas Firefox add-ons que são similares a Edit with VIM text editor:
Edit with Notepad++
Joe Ertaba
Edit with Sublime Text
Joe Ertaba
Edit with Emacs
dakra
Notepad
InBasic
Vi Editing Mode
Mechiel Lukkien
Vim Compose
mbid
Web Edit
Ryan Luu
WebPage Editor
PANKAJ ASWAL
Chrome Emacs
Karim Aziiev
Text Content Editor
BarricadeBandit
Vim for Google Docs
Quantier, LLC