kdbをEnterkeyで検索
https://kdb.tsukuba.ac.jp/ の検索において、EnterKeyによる検索を可能にします。
What is kdbをEnterkeyで検索?
kdbをEnterkeyで検索 is a Chrome extension developed by https://p0x0q.com, and its main feature is "https://kdb.tsukuba.ac.jp/ の検索において、EnterKeyによる検索を可能にします。".
Extension Screenshots
Download kdbをEnterkeyで検索 Extension CRX File
Download kdbをEnterkeyで検索 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
https://kdb.tsukuba.ac.jp/ にアクセスした際に、フリーワードにフォーカスがアクティブになっている状態(入力状態)から,Enterkeyを押すことによって,検索ボタンを動作させる(検索すること)を可能にする単純な拡張機能です。 *2019/09/27 kdb仕様変更に対応しました。 *2020/12/22 kdb仕様変更に対応しました.
Extension Basic Information
Name | kdbをEnterkeyで検索 |
ID | mffgbakhglkbpdghkggmmeapdmpcolbo |
Official URL | https://chromewebstore.google.com/detail/kdb%E3%82%92enterkey%E3%81%A7%E6%A4%9C%E7%B4%A2/mffgbakhglkbpdghkggmmeapdmpcolbo |
Description | https://kdb.tsukuba.ac.jp/ の検索において、EnterKeyによる検索を可能にします。 |
File Size | 40.63 KB |
Installation Count | 144 |
Current Version | 1.02 |
Last Updated | 2020-12-23 |
Publish Date | 2019-09-26 |
Developer | https://p0x0q.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://p0x0q.com/privacy_policy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "kdb\u3092Enterkey\u3067\u691c\u7d22", "version": "1.02", "description": "https:\/\/kdb.tsukuba.ac.jp\/\u3000\u306e\u691c\u7d22\u306b\u304a\u3044\u3066\u3001EnterKey\u306b\u3088\u308b\u691c\u7d22\u3092\u53ef\u80fd\u306b\u3057\u307e\u3059\u3002", "browser_action": { "default_icon": { "16": "icon.png" } }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/kdb.tsukuba.ac.jp\/*" ], "js": [ "\/js\/jquery.min.js", "\/js\/Main.js" ], "css": [] } ] } |