underscore
Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…
Vad är underscore?
underscore är en Chrome-tillägg utvecklad av ansonairoldi, och dess huvudfunktion är "Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…".
Tilläggsskärmbilder
Ladda ner underscore-förlängningens CRX-fil
Ladda ner underscore-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | pffeaanfhmcllmncifaihidglefccbeg |
| Officiell webbadress | https://chromewebstore.google.com/detail/underscore/pffeaanfhmcllmncifaihidglefccbeg |
| Beskrivning | Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes… |
| Filstorlek | 212 KB |
| Antal Installationer | 14 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2018-07-07 |
| Publiceringsdatum | 2018-07-07 |
| Utvecklare | ansonairoldi |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/ansonlouis/chrome-underscore |
| Hjälpsida URL | https://github.com/ansonlouis/chrome-underscore |
| Stödda Språk | 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": "_"
}
} | |