underscore

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

What is underscore?

underscore is a Chrome extension developed by ansonairoldi, and its main feature is "Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…".

Extension Screenshots

screenshot

Download underscore Extension CRX File

Download underscore extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name underscore underscore
ID pffeaanfhmcllmncifaihidglefccbeg
Official URL https://chromewebstore.google.com/detail/underscore/pffeaanfhmcllmncifaihidglefccbeg
Description Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…
File Size 212 KB
Installation Count 14
Current Version 1.0.1
Last Updated 2018-07-07
Publish Date 2018-07-07
Developer ansonairoldi
Email [email protected]
Payment Type free
Extension Website https://github.com/ansonlouis/chrome-underscore
Help Page URL https://github.com/ansonlouis/chrome-underscore
Supported Languages 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": "_"
    }
}