SNow Vim
Extension for adding vim keymap as well as applying monokai theme and :w saving within codemirror in ServiceNow
Τι είναι το SNow Vim;
Το SNow Vim είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nathan Grove, και η κύρια λειτουργία του είναι "Extension for adding vim keymap as well as applying monokai theme and :w saving within codemirror in ServiceNow".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SNow Vim
Λήψη αρχείων επέκτασης SNow Vim σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is a quick Chrome browser extension I developed that adds the vim keymap, monokai theme, and ctrl+s or :w saving functionality within code mirror inputs throughout the ServiceNow platform. Change Log: v0.0.4 - Added ctrl+s detection for saving UI Scripts v0.0.5 - Added ctrl+s saving for (hopefully) all codemirror instances v0.0.6 - Inject jQuery when not present (for the debugger in Istanbul) v0.0.7 - Added breakpoint highlighting to the monokai theme v0.0.8 - Configurable to use tabs/spaces and enable/disable vim keymap
Βασικές Πληροφορίες Επέκτασης
Όνομα | SNow Vim |
ID | mnoocmhjgjfdfcfhieolgiceijdadkgp |
Επίσημο URL | https://chromewebstore.google.com/detail/snow-vim/mnoocmhjgjfdfcfhieolgiceijdadkgp |
Περιγραφή | Extension for adding vim keymap as well as applying monokai theme and :w saving within codemirror in ServiceNow |
Μέγεθος Αρχείου | 141 KB |
Αριθμός Εγκαταστάσεων | 49 |
Τρέχουσα Έκδοση | 0.0.8 |
Τελευταία Ενημέρωση | 2018-01-23 |
Ημερομηνία Δημοσίευσης | 2018-01-23 |
Αξιολόγηση | 4.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Nathan Grove |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "content_scripts": [ { "all_frames": true, "css": [ "css\/monokai.css" ], "js": [ "js\/inject.js", "js\/jquery-1.12.4.min.js" ], "matches": [ "*:\/\/*.service-now.com\/*" ] } ], "permissions": [ "storage" ], "description": "Extension for adding vim keymap as well as applying monokai theme and :w saving within codemirror in ServiceNow", "manifest_version": 2, "name": "SNow Vim", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.8", "options_page": "options\/options.html", "web_accessible_resources": [ "js\/magic.js" ] } |