Quick Search Wiktionary
Provides quick access to Wiktionary from any page.
Quick Search Wiktionaryとは何ですか?
Quick Search Wiktionaryはwycによって開発されたChromeの拡張機能で、その主な機能は「Provides quick access to Wiktionary from any page.」です。
拡張機能のスクリーンショット
Quick Search Wiktionary拡張機能のCRXファイルをダウンロード
Quick Search Wiktionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension that allows users to quickly and easily query Wiktionary. Features: Search by typing ` and space in the address bar. Search by clicking on the extension and typing in the search box. Search by right clicking a highlighted word. Supports active Wiktionaries (150+ languages). Change which Wiktionary you would like to use in the options menu. -- Update 1.0.1: Right clicking now opens in a new tab
拡張機能の基本情報
名前 | Quick Search Wiktionary |
ID | kgchoibflodmphihffmogncijonmpmce |
公式URL | https://chromewebstore.google.com/detail/quick-search-wiktionary/kgchoibflodmphihffmogncijonmpmce |
説明 | Provides quick access to Wiktionary from any page. |
ファイルサイズ | 14.59 KB |
インストール数 | 122 |
現在のバージョン | 1.0.1 |
最終更新日 | 2022-09-19 |
公開日 | 2021-03-17 |
評価 | 4.50/5 合計 4 レビュー |
開発者 | wyc |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Search Wiktionary", "description": "Provides quick access to Wiktionary from any page.", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/w16.png", "32": "\/images\/w32.png", "48": "\/images\/w48.png", "128": "\/images\/w128.png" } }, "icons": { "16": "\/images\/w16.png", "32": "\/images\/w32.png", "48": "\/images\/w48.png", "128": "\/images\/w128.png" }, "options_page": "options.html", "omnibox": { "keyword": "`" } } |