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.”。
扩展截图
下载WindeSearch扩展crx文件
下载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
} | |