underscore

Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…

underscore क्या है?

underscore ansonairoldi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…"।

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

screenshot

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

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

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

                        Simple Omnibox shortcut support for easily getting access to underscore.js documentation.

To Use: Simply type '_' into Chromes searchbox, followed by a tab or space. This will bring you into the extension's search context, where you can now search underscore's documentation.

-----
1.0.1: fixed breaking issue with underscore https                    

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

नाम underscore underscore
ID pffeaanfhmcllmncifaihidglefccbeg
आधिकारिक URL https://chromewebstore.google.com/detail/underscore/pffeaanfhmcllmncifaihidglefccbeg
विवरण Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…
फ़ाइल का आकार 212 KB
स्थापना संख्या 14
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2018-07-07
प्रकाशन तिथि 2018-07-07
डेवलपर ansonairoldi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ansonlouis/chrome-underscore
सहायता पृष्ठ URL https://github.com/ansonlouis/chrome-underscore
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "underscore",
    "version": "1.0.1",
    "manifest_version": 2,
    "permissions": [],
    "background": {
        "persistent": true,
        "page": ".\/background.html"
    },
    "omnibox": {
        "keyword": "_"
    }
}