Vimsert
Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal.
什麼是Vimsert?
Vimsert是由gabriel開發的Chrome擴展程式,該擴展的主要功能是“Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal.”。
擴展截圖
下載Vimsert擴展crx文件
下載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 |
| 官方網址 | 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": [
" | |