Vim for Google Docs™
Vim for Google Docs: Supercharge Your Typing With Vim
¿Qué es Vim for Google Docs™?
Vim for Google Docs™ es una extensión de Chrome desarrollada por Vim for Docs, y su función principal es "Vim for Google Docs: Supercharge Your Typing With Vim".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Vim for Google Docs™
Descarga archivos de extensión Vim for Google Docs™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Enhance your editing experience in Google Docs with Vim for the ultimate productivity boost. Many of your favorite Vim keybindings can now be used to traverse documents at lightning speed. Key Features: 1. Effortless Navigation: Whether in normal or visual mode, you can traverse words or characters with common vim keybindings. Highlight, cut, paste, copy, delete and replace text with ease. 2. Blazing Fast: Vim for Google Docs has been engineered to be extremely performant so it feels like you are in native Vim at all times. 3. Streamlined Editing: Insert mode allows you to use all of the regular shortcuts within Google Docs, letting Vim work with the editor instead of against it. 4. Future Updates: We’re excited to be working on adding more Vim keybindings and features, as requested by you! Keep your eyes peeled as we continue to add more of Vim to Google Docs. 5. Priority Support: Caught on a snag, or have a feature request? We're happy to help you out at [email protected]! Vim for Google Docs is an independent extension and is not affiliated with or endorsed by Google Docs. By using the extension, you agree to the Terms and Conditions and Privacy Policy, which can be found at vimfordocs.com.
Información Básica de la Extensión
Nombre | Vim for Google Docs™ |
ID | aphmodfjbhofkpibocbggkdfnpbpjmpp |
URL Oficial | https://chromewebstore.google.com/detail/vim-for-google-docs/aphmodfjbhofkpibocbggkdfnpbpjmpp |
Descripción | Vim for Google Docs: Supercharge Your Typing With Vim |
Tamaño del Archivo | 941 KB |
Cantidad de Instalaciones | 876 |
Versión Actual | 1.16 |
Última Actualización | 2024-02-05 |
Fecha de Publicación | 2023-06-19 |
Calificación | 4.38/5 Total de 16 Calificaciones |
Desarrollador | Vim for Docs |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://vimfordocs.com |
URL de la Página de Ayuda | https://vimfordocs.com/contact |
URL de la Página de Política de Privacidad | https://www.vimfordocs.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Vim for Google Docs\u2122", "version": "1.16", "author": "Quantier, LLC", "description": "Vim for Google Docs: Supercharge Your Typing With Vim", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/document\/*" ], "js": [ "dist\/ExtPay.js", "dist\/bundle.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage", "clipboardRead", "clipboardWrite", "management" ], "action": { "default_popup": "popup.html" } } |