Vimsert
Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal.
Was ist Vimsert?
Vimsert ist eine Chrome-Erweiterung, die von gabriel entwickelt wurde, und ihr Hauptmerkmal ist "Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal.".
Erweiterungsscreenshots
Vimsert-Erweiterungs-CRX-Datei herunterladen
Laden Sie Vimsert-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Vimsert is a simple open-source extension that allows you to open up a code editor for any textarea. It is based on the Ace editor, with vim keybindings enabled.
Contribute to it here: http://github.com/gabesullice/vimsert
Controls:
Open editor: Ctrl + i (while in a textarea)
Write changes: Esc, :w
Close editor: Esc, :q
Write, then Close: Esc, :wq
This project uses the Ace code editor. Information can be found here: http://ace.c9.io/
It is licensed under the BSD license, which you can find here: https://github.com/ajaxorg/ace/blob/master/LICENSE Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eljjplndnkopkklknfggleclpmiiddac |
| Offizielle URL | https://chromewebstore.google.com/detail/vimsert/eljjplndnkopkklknfggleclpmiiddac |
| Beschreibung | Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal. |
| Dateigröße | 203 KB |
| Installationsanzahl | 74 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2015-06-15 |
| Veröffentlichungsdatum | 2015-06-15 |
| Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
| Entwickler | gabriel |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Vimsert",
"version": "0.0.2",
"description": "Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal.",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"content_scripts": [
{
"matches": [
" | |