Vimium Helper

Let Vimuim see even more elements to add click hints to.

Vimium Helper là gì?

Vimium Helper là một tiện ích mở rộng Chrome được phát triển bởi Tyler Elliott, và tính năng chính của nó là "Let Vimuim see even more elements to add click hints to.".

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

screenshot
screenshot

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

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

                        Vimium is a great browser tool that lets you use chrome by mainly using your keyboard. But it doesn't catch everything you can click. This extension finds elements that Vimium might miss and adds an extra hint so that you can click more things on the page.

Release Notes:
1.0.3 - Fix bug around the way ignored websites are handled.
1.0.2 - Add rate limiter to improve performance on sites with rapid changes.                    

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

Tên Vimium Helper Vimium Helper
ID cmlapekgcdddhkfcobppgamdgjbkoffm
URL Chính Thức https://chromewebstore.google.com/detail/vimium-helper/cmlapekgcdddhkfcobppgamdgjbkoffm
Mô tả Let Vimuim see even more elements to add click hints to.
Kích Thước Tệp 11.56 KB
Số Lần Cài Đặt 223
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2020-12-01
Ngày Phát Hành 2020-06-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Tyler Elliott
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tylercal/vimium-helper
URL Trang Trợ Giúp https://github.com/tylercal/vimium-helper/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vimium Helper",
    "description": "Let Vimuim see even more elements to add click hints to.",
    "version": "1.0.3",
    "offline_enabled": true,
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo-16.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}