Vim for Google Docs™

Vim for Google Docs: Supercharge Your Typing With Vim

Vim for Google Docs™ क्या है?

Vim for Google Docs™ Vim for Docs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Vim for Google Docs: Supercharge Your Typing With Vim"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vim for Google Docs™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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™ 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"
    }
}