WindeSearch
This plugin provides a handy interface to search Windesheim's databases.
Cos'è WindeSearch?
WindeSearch è un'estensione di Chrome sviluppata da Thomas van den Nieuwenhoff, e la sua funzione principale è "This plugin provides a handy interface to search Windesheim's databases.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WindeSearch
Scarica i file di estensione WindeSearch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | WindeSearch |
ID | mofamnoejjhjcmjikdbmddpmcnknhpik |
URL Ufficiale | https://chromewebstore.google.com/detail/windesearch/mofamnoejjhjcmjikdbmddpmcnknhpik |
Descrizione | This plugin provides a handy interface to search Windesheim's databases. |
Dimensione del File | 9.54 KB |
Conteggio Installazioni | 76 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2021-02-19 |
Data di Pubblicazione | 2021-02-16 |
Sviluppatore | Thomas van den Nieuwenhoff |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/ThomasIAm/WindeSearch |
URL della Pagina di Aiuto | https://github.com/ThomasIAm/WindeSearch/issues |
Lingue Supportate | 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 } |