SNow Vim
Extension for adding vim keymap as well as applying monokai theme and :w saving within codemirror in ServiceNow
SNow Vim là gì?
SNow Vim là một tiện ích mở rộng Chrome được phát triển bởi Nathan Grove, và tính năng chính của nó là "Extension for adding vim keymap as well as applying monokai theme and :w saving within codemirror in ServiceNow".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SNow Vim
Tải xuống các tệp mở rộng SNow Vim dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SNow Vim |
ID | mnoocmhjgjfdfcfhieolgiceijdadkgp |
URL Chính Thức | https://chromewebstore.google.com/detail/snow-vim/mnoocmhjgjfdfcfhieolgiceijdadkgp |
Mô tả | Extension for adding vim keymap as well as applying monokai theme and :w saving within codemirror in ServiceNow |
Kích Thước Tệp | 141 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 0.0.8 |
Cập Nhật Lần Cuối | 2018-01-23 |
Ngày Phát Hành | 2018-01-23 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Nathan Grove |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |