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