underscore
Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…
Was ist underscore?
underscore ist eine Chrome-Erweiterung, die von ansonairoldi entwickelt wurde, und ihr Hauptmerkmal ist "Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes…".
Erweiterungsscreenshots
underscore-Erweiterungs-CRX-Datei herunterladen
Laden Sie underscore-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | underscore |
ID | pffeaanfhmcllmncifaihidglefccbeg |
Offizielle URL | https://chromewebstore.google.com/detail/underscore/pffeaanfhmcllmncifaihidglefccbeg |
Beschreibung | Simple Omnibox shortcut support for easily getting access to underscore.js documentation. To Use: Simply type '_' into Chromes… |
Dateigröße | 212 KB |
Installationsanzahl | 14 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2018-07-07 |
Veröffentlichungsdatum | 2018-07-07 |
Entwickler | ansonairoldi |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/ansonlouis/chrome-underscore |
Hilfeseite URL | https://github.com/ansonlouis/chrome-underscore |
Unterstützte Sprachen | 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": "_" } } |