underscore
Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…
Co to jest underscore?
underscore to rozszerzenie Chrome opracowane przez ansonairoldi, a jego główną funkcją jest „Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia underscore
Pobierz pliki rozszerzeń underscore w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | underscore |
ID | pffeaanfhmcllmncifaihidglefccbeg |
Oficjalny URL | https://chromewebstore.google.com/detail/underscore/pffeaanfhmcllmncifaihidglefccbeg |
Opis | Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes… |
Rozmiar pliku | 212 KB |
Liczba instalacji | 14 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2018-07-07 |
Data Publikacji | 2018-07-07 |
Deweloper | ansonairoldi |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ansonlouis/chrome-underscore |
Adres URL Strony Pomocy | https://github.com/ansonlouis/chrome-underscore |
Obsługiwane Języki | 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": "_" } } |