Pocket Vim

Enable bindings on on sites like Github Gists, JS Bin, CodePen and more.

Pocket Vim क्या है?

Pocket Vim Nick Tomlin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enable bindings on on sites like Github Gists, JS Bin, CodePen and more."।

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

screenshot

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

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

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

                        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                    

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

नाम Pocket Vim Pocket Vim
ID pjnhffdkdckcagdmfmidafhppbomjdjg
आधिकारिक URL https://chromewebstore.google.com/detail/pocket-vim/pjnhffdkdckcagdmfmidafhppbomjdjg
विवरण Enable bindings on on sites like Github Gists, JS Bin, CodePen and more.
फ़ाइल का आकार 83.3 KB
स्थापना संख्या 314
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2017-06-03
प्रकाशन तिथि 2017-06-03
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर Nick Tomlin
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/NickTomlin/pocketvim
समर्थित भाषाएँ 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": [
                ""
            ],
            "js": [
                "scripts\/page.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "tabs"
    ],
    "web_accessible_resources": [
        "scripts\/*",
        "html\/*",
        "css\/*",
        "images\/*"
    ]
}