WindeSearch
This plugin provides a handy interface to search Windesheim's databases.
Apa itu WindeSearch?
WindeSearch adalah ekstensi Chrome yang dikembangkan oleh Thomas van den Nieuwenhoff, dan fitur utamanya adalah "This plugin provides a handy interface to search Windesheim's databases.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WindeSearch
Unduh file ekstensi WindeSearch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | WindeSearch |
ID | mofamnoejjhjcmjikdbmddpmcnknhpik |
URL Resmi | https://chromewebstore.google.com/detail/windesearch/mofamnoejjhjcmjikdbmddpmcnknhpik |
Deskripsi | This plugin provides a handy interface to search Windesheim's databases. |
Ukuran File | 9.54 KB |
Jumlah Instalasi | 76 |
Versi Saat Ini | 1.1.1 |
Terakhir Diperbarui | 2021-02-19 |
Tanggal Publikasi | 2021-02-16 |
Pengembang | Thomas van den Nieuwenhoff |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ThomasIAm/WindeSearch |
URL Halaman Bantuan | https://github.com/ThomasIAm/WindeSearch/issues |
Bahasa yang Didukung | 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 } |