Vimkey

Use keyboard control browser jump, scroll, switch tab and more

Vimkeyとは何ですか?

VimkeyはHaojenによって開発されたChromeの拡張機能で、その主な機能は「Use keyboard control browser jump, scroll, switch tab and more」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Vimkey拡張機能のCRXファイルをダウンロード

Vimkey拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You can use the Keyboard control browser,  reduced switching between mouse                    

拡張機能の基本情報

名前 Vimkey Vimkey
ID eeeandejdamjifbgmmmmonggidbccnnj
公式URL https://chromewebstore.google.com/detail/vimkey/eeeandejdamjifbgmmmmonggidbccnnj
説明 Use keyboard control browser jump, scroll, switch tab and more
ファイルサイズ 1.77 MB
インストール数 201
現在のバージョン 2.8.0
最終更新日 2022-12-02
公開日 2021-10-19
評価 4.00/5 合計 4 レビュー
開発者 Haojen
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://haojen.github.io/vimkey
ヘルプページのURL https://haojen.github.io/vimkey/#/support
対応言語 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "2.8.0",
    "icons": {
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "content.entry.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "webcomponents-bundle.js",
                "content.view.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.inject.js",
        "images\/icon-64.png",
        "images\/icon-128.png",
        "images\/toolbar-icon-76.png",
        "images\/en-us-keyboard-layout.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/toolbar-icon-16.png",
            "19": "images\/toolbar-icon-19.png",
            "32": "images\/toolbar-icon-32.png",
            "38": "images\/toolbar-icon-38.png"
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "clipboardRead",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}