Autovim

Always enable vim in Colab. Also forces vim on any other website that uses CodeMirror elements.

Autovim क्या है?

Autovim Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Always enable vim in Colab. Also forces vim on any other website that uses CodeMirror elements."।

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

screenshot

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

crx प्रारूप में Autovim एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम Autovim Autovim
ID licohjbphilmljmjonhiifkldfahnmja
आधिकारिक URL https://chromewebstore.google.com/detail/autovim/licohjbphilmljmjonhiifkldfahnmja
विवरण Always enable vim in Colab. Also forces vim on any other website that uses CodeMirror elements.
फ़ाइल का आकार 28 KB
स्थापना संख्या 253
वर्तमान संस्करण 0.1
अंतिम अपडेट 2018-04-12
प्रकाशन तिथि 2018-04-12
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1",
    "name": "Autovim",
    "description": "Always enable vim in Colab. Also forces vim on any other website that uses CodeMirror elements.",
    "author": "Thomson Comer ",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/colab.research.google.com\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Autovim",
        "default_icon": "icon_128.png"
    },
    "web_accessible_resources": [
        "autovim.js"
    ]
}