Pocket Vim
Enable bindings on on sites like Github Gists, JS Bin, CodePen and more.
What is Pocket Vim?
Pocket Vim is a Chrome extension developed by Nick Tomlin, and its main feature is "Enable bindings on on sites like Github Gists, JS Bin, CodePen and more.".
Extension Screenshots
Download Pocket Vim Extension CRX File
Download Pocket Vim extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Pocket Vim |
ID | pjnhffdkdckcagdmfmidafhppbomjdjg |
Official URL | https://chromewebstore.google.com/detail/pocket-vim/pjnhffdkdckcagdmfmidafhppbomjdjg |
Description | Enable bindings on on sites like Github Gists, JS Bin, CodePen and more. |
File Size | 83.3 KB |
Installation Count | 314 |
Current Version | 0.1.2 |
Last Updated | 2017-06-03 |
Publish Date | 2017-06-03 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Nick Tomlin |
Payment Type | free |
Help Page URL | https://github.com/NickTomlin/pocketvim |
Supported Languages | 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": [ " |