WindeSearch
This plugin provides a handy interface to search Windesheim's databases.
Hvad er WindeSearch?
WindeSearch er en Chrome-udvidelse udviklet af Thomas van den Nieuwenhoff, og dens hovedfunktion er "This plugin provides a handy interface to search Windesheim's databases.".
Udvidelsesskærmbilleder
Download WindeSearch-udvidelses-CRX-fil
Download WindeSearch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | WindeSearch |
ID | mofamnoejjhjcmjikdbmddpmcnknhpik |
Officiel URL | https://chromewebstore.google.com/detail/windesearch/mofamnoejjhjcmjikdbmddpmcnknhpik |
Beskrivelse | This plugin provides a handy interface to search Windesheim's databases. |
Filstørrelse | 9.54 KB |
Antal Installationer | 76 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2021-02-19 |
Udgivelsesdato | 2021-02-16 |
Udvikler | Thomas van den Nieuwenhoff |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/ThomasIAm/WindeSearch |
Hjælpeside-URL | https://github.com/ThomasIAm/WindeSearch/issues |
Understøttede Sprog | 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 } |