WindeSearch
This plugin provides a handy interface to search Windesheim's databases.
WindeSearch là gì?
WindeSearch là một tiện ích mở rộng Chrome được phát triển bởi Thomas van den Nieuwenhoff, và tính năng chính của nó là "This plugin provides a handy interface to search Windesheim's databases.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WindeSearch
Tải xuống các tệp mở rộng WindeSearch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WindeSearch |
ID | mofamnoejjhjcmjikdbmddpmcnknhpik |
URL Chính Thức | https://chromewebstore.google.com/detail/windesearch/mofamnoejjhjcmjikdbmddpmcnknhpik |
Mô tả | This plugin provides a handy interface to search Windesheim's databases. |
Kích Thước Tệp | 9.54 KB |
Số Lần Cài Đặt | 76 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2021-02-19 |
Ngày Phát Hành | 2021-02-16 |
Nhà Phát Triển | Thomas van den Nieuwenhoff |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ThomasIAm/WindeSearch |
URL Trang Trợ Giúp | https://github.com/ThomasIAm/WindeSearch/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } |