WindeSearch

This plugin provides a handy interface to search Windesheim's databases.

Wat is WindeSearch?

WindeSearch is een Chrome-extensie ontwikkeld door Thomas van den Nieuwenhoff, en de belangrijkste functie is "This plugin provides a handy interface to search Windesheim's databases.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie WindeSearch

Download WindeSearch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WindeSearch WindeSearch
ID mofamnoejjhjcmjikdbmddpmcnknhpik
Officiële URL https://chromewebstore.google.com/detail/windesearch/mofamnoejjhjcmjikdbmddpmcnknhpik
Beschrijving This plugin provides a handy interface to search Windesheim's databases.
Bestandsgrootte 9.54 KB
Aantal Installaties 76
Huidige Versie 1.1.1
Laatst Bijgewerkt 2021-02-19
Publicatiedatum 2021-02-16
Ontwikkelaar Thomas van den Nieuwenhoff
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ThomasIAm/WindeSearch
Help Pagina-URL https://github.com/ThomasIAm/WindeSearch/issues
Ondersteunde Talen 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
}