Vimsert

Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal.

Vimsert là gì?

Vimsert là một tiện ích mở rộng Chrome được phát triển bởi gabriel, và tính năng chính của nó là "Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vimsert

Tải xuống các tệp mở rộng Vimsert dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vimsert Vimsert
ID eljjplndnkopkklknfggleclpmiiddac
URL Chính Thức https://chromewebstore.google.com/detail/vimsert/eljjplndnkopkklknfggleclpmiiddac
Mô tả Vimsert allows you to edit any textarea in a vim-mode Ace code editor modal.
Kích Thước Tệp 203 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2015-06-15
Ngày Phát Hành 2015-06-15
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển gabriel
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}