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.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة WindeSearch

قم بتنزيل ملفات الامتداد WindeSearch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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
}