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."입니다.

확장 프로그램 스크린샷

screenshot

Vimsert 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Vimsert Vimsert
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": [
                ""
            ],
            "js": [
                "jquery.js",
                "inc\/ace.js",
                "inc\/keybinding-vim.js",
                "inc\/theme-solarized_dark.js",
                "vimsert.min.js"
            ]
        }
    ]
}