underscore
Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…
Co je underscore?
underscore je rozšíření Chrome vyvinuté ansonairoldi, a jeho hlavní funkcí je „Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření underscore
Stáhněte si soubory rozšíření underscore ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | underscore |
ID | pffeaanfhmcllmncifaihidglefccbeg |
Oficiální URL | https://chromewebstore.google.com/detail/underscore/pffeaanfhmcllmncifaihidglefccbeg |
Popis | Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes… |
Velikost souboru | 212 KB |
Počet instalací | 14 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2018-07-07 |
Datum Vydání | 2018-07-07 |
Vývojář | ansonairoldi |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/ansonlouis/chrome-underscore |
URL Stránky Nápovědy | https://github.com/ansonlouis/chrome-underscore |
Podporované Jazyky | 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": "_" } } |