underscore

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

Wat is underscore?

underscore is een Chrome-extensie ontwikkeld door ansonairoldi, en de belangrijkste functie is "Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie underscore

Download underscore-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam underscore underscore
ID pffeaanfhmcllmncifaihidglefccbeg
Officiële URL https://chromewebstore.google.com/detail/underscore/pffeaanfhmcllmncifaihidglefccbeg
Beschrijving Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…
Bestandsgrootte 212 KB
Aantal Installaties 14
Huidige Versie 1.0.1
Laatst Bijgewerkt 2018-07-07
Publicatiedatum 2018-07-07
Ontwikkelaar ansonairoldi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ansonlouis/chrome-underscore
Help Pagina-URL https://github.com/ansonlouis/chrome-underscore
Ondersteunde Talen 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": "_"
    }
}