Vimsert
Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal.
Vimsertคืออะไร?
Vimsert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gabriel และคุณลักษณะหลักของมันคือ "Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vimsert
ดาวน์โหลดไฟล์ส่วนขยาย Vimsert ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Vimsert is a simple open-source extension that allows you to open up a code editor for any textarea. It is based on the Ace editor, with vim keybindings enabled.
Contribute to it here: http://github.com/gabesullice/vimsert
Controls:
Open editor: Ctrl + i (while in a textarea)
Write changes: Esc, :w
Close editor: Esc, :q
Write, then Close: Esc, :wq
This project uses the Ace code editor. Information can be found here: http://ace.c9.io/
It is licensed under the BSD license, which you can find here: https://github.com/ajaxorg/ace/blob/master/LICENSE ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | eljjplndnkopkklknfggleclpmiiddac |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vimsert/eljjplndnkopkklknfggleclpmiiddac |
| คำอธิบาย | Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal. |
| ขนาดไฟล์ | 203 KB |
| จำนวนการติดตั้ง | 74 |
| เวอร์ชันปัจจุบัน | 0.0.2 |
| อัปเดตครั้งล่าสุด | 2015-06-15 |
| วันที่เผยแพร่ | 2015-06-15 |
| คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | gabriel |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Vimsert",
"version": "0.0.2",
"description": "Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal.",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"content_scripts": [
{
"matches": [
" | |