Pocket Vim
Enable bindings on on sites like Github Gists, JS Bin, CodePen and more.
Co to jest Pocket Vim?
Pocket Vim to rozszerzenie Chrome opracowane przez Nick Tomlin, a jego główną funkcją jest „Enable bindings on on sites like Github Gists, JS Bin, CodePen and more.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pocket Vim
Pobierz pliki rozszerzeń Pocket Vim w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Pocket Vim |
ID | pjnhffdkdckcagdmfmidafhppbomjdjg |
Oficjalny URL | https://chromewebstore.google.com/detail/pocket-vim/pjnhffdkdckcagdmfmidafhppbomjdjg |
Opis | Enable bindings on on sites like Github Gists, JS Bin, CodePen and more. |
Rozmiar pliku | 83.3 KB |
Liczba instalacji | 314 |
Aktualna Wersja | 0.1.2 |
Ostatnia Aktualizacja | 2017-06-03 |
Data Publikacji | 2017-06-03 |
Ocena | 5.00/5 Łącznie 6 Oceny |
Deweloper | Nick Tomlin |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/NickTomlin/pocketvim |
Obsługiwane Języki | 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": [ " |