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
Eメール [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"
            ]
        }
    ]
}