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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |