WindeSearch
This plugin provides a handy interface to search Windesheim's databases.
Что такое WindeSearch?
WindeSearch - это расширение Chrome, разработанное Thomas van den Nieuwenhoff, и его основная функция - "This plugin provides a handy interface to search Windesheim's databases.".
Снимки экрана расширения
Скачать файл CRX расширения WindeSearch
Скачайте файлы расширений WindeSearch в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        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.                     Основная информация о расширении
| Название |   |  
| ID | mofamnoejjhjcmjikdbmddpmcnknhpik | 
| Официальный URL | https://chromewebstore.google.com/detail/windesearch/mofamnoejjhjcmjikdbmddpmcnknhpik | 
| Описание | This plugin provides a handy interface to search Windesheim's databases. | 
| Размер файла | 9.54 KB | 
| Количество установок | 76 | 
| Текущая Версия | 1.1.1 | 
| Последнее Обновление | 2021-02-19 | 
| Дата публикации | 2021-02-16 | 
| Разработчик | Thomas van den Nieuwenhoff | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| Официальный сайт расширения | https://github.com/ThomasIAm/WindeSearch | 
| URL страницы помощи | https://github.com/ThomasIAm/WindeSearch/issues | 
| Поддерживаемые языки | 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
}  |  |