WindeSearch
This plugin provides a handy interface to search Windesheim's databases.
Qu'est-ce que WindeSearch ?
WindeSearch est une extension Chrome développée par Thomas van den Nieuwenhoff, et sa fonction principale est "This plugin provides a handy interface to search Windesheim's databases.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WindeSearch
Téléchargez les fichiers d'extension WindeSearch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | WindeSearch |
ID | mofamnoejjhjcmjikdbmddpmcnknhpik |
URL Officiel | https://chromewebstore.google.com/detail/windesearch/mofamnoejjhjcmjikdbmddpmcnknhpik |
Description | This plugin provides a handy interface to search Windesheim's databases. |
Taille du Fichier | 9.54 KB |
Nombre d'Installations | 76 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2021-02-19 |
Date de Publication | 2021-02-16 |
Développeur | Thomas van den Nieuwenhoff |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ThomasIAm/WindeSearch |
URL de la Page d'Aide | https://github.com/ThomasIAm/WindeSearch/issues |
Langues Prises en Charge | 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 } |