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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
}