SNow Vim

Extension for adding vim keymap as well as applying monokai theme and :w saving within codemirror in ServiceNow

SNow Vim क्या है?

SNow Vim Nathan Grove द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for adding vim keymap as well as applying monokai theme and :w saving within codemirror in ServiceNow"।

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

screenshot
screenshot

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

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

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

                        This is a quick Chrome browser extension I developed that adds the vim keymap, monokai theme, and ctrl+s or :w saving functionality within code mirror inputs throughout the ServiceNow platform.

Change Log:
v0.0.4 - Added ctrl+s detection for saving UI Scripts
v0.0.5 - Added ctrl+s saving for (hopefully) all codemirror instances
v0.0.6 - Inject jQuery when not present (for the debugger in Istanbul)
v0.0.7 - Added breakpoint highlighting to the monokai theme
v0.0.8 - Configurable to use tabs/spaces and enable/disable vim keymap                    

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

नाम SNow Vim SNow Vim
ID mnoocmhjgjfdfcfhieolgiceijdadkgp
आधिकारिक URL https://chromewebstore.google.com/detail/snow-vim/mnoocmhjgjfdfcfhieolgiceijdadkgp
विवरण Extension for adding vim keymap as well as applying monokai theme and :w saving within codemirror in ServiceNow
फ़ाइल का आकार 141 KB
स्थापना संख्या 49
वर्तमान संस्करण 0.0.8
अंतिम अपडेट 2018-01-23
प्रकाशन तिथि 2018-01-23
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर Nathan Grove
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/monokai.css"
            ],
            "js": [
                "js\/inject.js",
                "js\/jquery-1.12.4.min.js"
            ],
            "matches": [
                "*:\/\/*.service-now.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "description": "Extension for adding vim keymap as well as applying monokai theme and :w saving within codemirror in ServiceNow",
    "manifest_version": 2,
    "name": "SNow Vim",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.8",
    "options_page": "options\/options.html",
    "web_accessible_resources": [
        "js\/magic.js"
    ]
}