Pocket Vim

Enable bindings on on sites like Github Gists, JS Bin, CodePen and more.

Pocket Vimとは何ですか?

Pocket VimはNick Tomlinによって開発されたChromeの拡張機能で、その主な機能は「Enable bindings on on sites like Github Gists, JS Bin, CodePen and more.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Ever miss those wonderful Vim motions in js-based code editor? Pine no longer.

Note: 

This is extension is still in development. Please submit any bus/feature requests to the github repo: https://github.com/NickTomlin/pocketvim                    

拡張機能の基本情報

名前 Pocket Vim Pocket Vim
ID pjnhffdkdckcagdmfmidafhppbomjdjg
公式URL https://chromewebstore.google.com/detail/pocket-vim/pjnhffdkdckcagdmfmidafhppbomjdjg
説明 Enable bindings on on sites like Github Gists, JS Bin, CodePen and more.
ファイルサイズ 83.3 KB
インストール数 314
現在のバージョン 0.1.2
最終更新日 2017-06-03
公開日 2017-06-03
評価 5.00/5 合計 6 レビュー
開発者 Nick Tomlin
支払い方法 free
ヘルプページのURL https://github.com/NickTomlin/pocketvim
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pocket Vim",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Enable bindings on on sites like Github Gists, JS Bin, CodePen and more.",
    "default_locale": "en",
    "icons": {
        "64": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/page.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "tabs"
    ],
    "web_accessible_resources": [
        "scripts\/*",
        "html\/*",
        "css\/*",
        "images\/*"
    ]
}