WindeSearch
This plugin provides a handy interface to search Windesheim's databases.
Co to jest WindeSearch?
WindeSearch to rozszerzenie Chrome opracowane przez Thomas van den Nieuwenhoff, a jego główną funkcją jest „This plugin provides a handy interface to search Windesheim's databases.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WindeSearch
Pobierz pliki rozszerzeń WindeSearch 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
WindeSearch is a search engine developed for Windesheim University of Applied Sciences. It searches through their databases and catalog simultaneously. This plugin provides easy access to this search engine from anywhere.
Podstawowe informacje o rozszerzeniu
Nazwa | WindeSearch |
ID | mofamnoejjhjcmjikdbmddpmcnknhpik |
Oficjalny URL | https://chromewebstore.google.com/detail/windesearch/mofamnoejjhjcmjikdbmddpmcnknhpik |
Opis | This plugin provides a handy interface to search Windesheim's databases. |
Rozmiar pliku | 9.54 KB |
Liczba instalacji | 76 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2021-02-19 |
Data Publikacji | 2021-02-16 |
Deweloper | Thomas van den Nieuwenhoff |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ThomasIAm/WindeSearch |
Adres URL Strony Pomocy | https://github.com/ThomasIAm/WindeSearch/issues |
Obsługiwane Języki | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WindeSearch", "version": "1.1.1", "description": "__MSG_appDesc__", "default_locale": "nl", "author": "Thomas van den Nieuwenhoff", "permissions": [ "contextMenus" ], "omnibox": { "keyword": "win" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "128": "images\/icon-32.png" } }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "128": "images\/icon-32.png" }, "manifest_version": 2 } |