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 |
| Eメール | [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
} | |