Vimium Helper

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

什么是Vimium Helper?

Vimium Helper是由Tyler Elliott开发的Chrome扩展程序,该扩展的主要功能是“Let Vimuim see even more elements to add click hints to.”。

扩展截图

screenshot
screenshot

下载Vimium Helper扩展crx文件

下载Vimium Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Vimium Helper Vimium Helper
ID cmlapekgcdddhkfcobppgamdgjbkoffm
官方URL https://chromewebstore.google.com/detail/vimium-helper/cmlapekgcdddhkfcobppgamdgjbkoffm
简介 Let Vimuim see even more elements to add click hints to.
文件大小 11.56 KB
安装次数 223
当前版本 1.0.3
更新时间 2020-12-01
上架时间 2020-06-02
评分 5.00/5 共1次评分
开发者 Tyler Elliott
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/tylercal/vimium-helper
帮助页面URL https://github.com/tylercal/vimium-helper/issues
支持的语言 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"
            ]
        }
    ]
}