Vim for Google Docs™
Vim for Google Docs: Supercharge Your Typing With Vim
Vim for Google Docs™란 무엇입니까?
Vim for Google Docs™은(는) Vim for Docs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vim for Google Docs: Supercharge Your Typing With Vim"입니다.
확장 프로그램 스크린샷
Vim for Google Docs™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Vim for Google Docs™ |
ID | aphmodfjbhofkpibocbggkdfnpbpjmpp |
공식 URL | https://chromewebstore.google.com/detail/vim-for-google-docs/aphmodfjbhofkpibocbggkdfnpbpjmpp |
설명 | Vim for Google Docs: Supercharge Your Typing With Vim |
파일 크기 | 941 KB |
설치 횟수 | 876 |
현재 버전 | 1.16 |
최근 업데이트 | 2024-02-05 |
출시 날짜 | 2023-06-19 |
평점 | 4.38/5 총 16 개의 평점 |
개발자 | Vim for Docs |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://vimfordocs.com |
도움말 페이지 URL | https://vimfordocs.com/contact |
개인정보 보호 정책 페이지 URL | https://www.vimfordocs.com/privacy-policy |
지원되는 언어 | 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" } } |