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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
} | |