WindeSearch

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

什麼是WindeSearch?

WindeSearch是由Thomas van den Nieuwenhoff開發的Chrome擴展程式,該擴展的主要功能是“This plugin provides a handy interface to search Windesheim's databases.”。

擴展截圖

screenshot
screenshot

下載WindeSearch擴展crx文件

下載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.                    

擴展基本資訊

名稱 WindeSearch WindeSearch
ID mofamnoejjhjcmjikdbmddpmcnknhpik
官方網址 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
}