Vimsert
Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal.
Τι είναι το Vimsert;
Το Vimsert είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gabriel, και η κύρια λειτουργία του είναι "Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Vimsert
Λήψη αρχείων επέκτασης Vimsert σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | eljjplndnkopkklknfggleclpmiiddac |
| Επίσημο URL | https://chromewebstore.google.com/detail/vimsert/eljjplndnkopkklknfggleclpmiiddac |
| Περιγραφή | Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal. |
| Μέγεθος Αρχείου | 203 KB |
| Αριθμός Εγκαταστάσεων | 74 |
| Τρέχουσα Έκδοση | 0.0.2 |
| Τελευταία Ενημέρωση | 2015-06-15 |
| Ημερομηνία Δημοσίευσης | 2015-06-15 |
| Αξιολόγηση | 3.33/5 Συνολικά 3 Αξιολογήσεις |
| Προγραμματιστής | gabriel |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | 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": [
" | |