WindeSearch
This plugin provides a handy interface to search Windesheim's databases.
What is WindeSearch?
WindeSearch is a Chrome extension developed by Thomas van den Nieuwenhoff, and its main feature is "This plugin provides a handy interface to search Windesheim's databases.".
Extension Screenshots
Download WindeSearch Extension CRX File
Download WindeSearch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WindeSearch |
ID | mofamnoejjhjcmjikdbmddpmcnknhpik |
Official URL | https://chromewebstore.google.com/detail/windesearch/mofamnoejjhjcmjikdbmddpmcnknhpik |
Description | This plugin provides a handy interface to search Windesheim's databases. |
File Size | 9.54 KB |
Installation Count | 76 |
Current Version | 1.1.1 |
Last Updated | 2021-02-19 |
Publish Date | 2021-02-16 |
Developer | Thomas van den Nieuwenhoff |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ThomasIAm/WindeSearch |
Help Page URL | https://github.com/ThomasIAm/WindeSearch/issues |
Supported Languages | 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 } |