SNow Vim
Extension for adding vim keymap as well as applying monokai theme and :w saving within codemirror in ServiceNow
什麼是SNow Vim?
SNow Vim是由Nathan Grove開發的Chrome擴展程式,該擴展的主要功能是“Extension for adding vim keymap as well as applying monokai theme and :w saving within codemirror in ServiceNow”。
擴展截圖
下載SNow Vim擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | mnoocmhjgjfdfcfhieolgiceijdadkgp |
| 官方網址 | 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"
]
} | |