Autovim

Always enable vim in Colab. Also forces vim on any other website that uses CodeMirror elements.

Autovim là gì?

Autovim là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Always enable vim in Colab. Also forces vim on any other website that uses CodeMirror elements.".

Ả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 Autovim

Tải xuống các tệp mở rộng Autovim 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

                                            

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

Tên Autovim Autovim
ID licohjbphilmljmjonhiifkldfahnmja
URL Chính Thức https://chromewebstore.google.com/detail/autovim/licohjbphilmljmjonhiifkldfahnmja
Mô tả Always enable vim in Colab. Also forces vim on any other website that uses CodeMirror elements.
Kích Thước Tệp 28 KB
Số Lần Cài Đặt 253
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2018-04-12
Ngày Phát Hành 2018-04-12
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1",
    "name": "Autovim",
    "description": "Always enable vim in Colab. Also forces vim on any other website that uses CodeMirror elements.",
    "author": "Thomson Comer ",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/colab.research.google.com\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Autovim",
        "default_icon": "icon_128.png"
    },
    "web_accessible_resources": [
        "autovim.js"
    ]
}