Wikitionary word definition lookup
Right Click to lookup definition of selected word in a new Tab using Wikitionary
Wikitionary word definition lookupとは何ですか?
Wikitionary word definition lookupはAshok Koyiによって開発されたChromeの拡張機能で、その主な機能は「Right Click to lookup definition of selected word in a new Tab using Wikitionary」です。
拡張機能のスクリーンショット
Wikitionary word definition lookup拡張機能のCRXファイルをダウンロード
Wikitionary word definition lookup拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Wiktionary is a crowd sourced dictionary of terms that contain definitions, images for illustrations, pronunciations, etymologies, inflections, usage examples, quotations, related terms, and translations of words into other languages, among other features. This extension allows users to lookup definitions in Wikitionary
拡張機能の基本情報
名前 | Wikitionary word definition lookup |
ID | nnkjcjnhnenpjdaekgojkcaaknncmmil |
公式URL | https://chromewebstore.google.com/detail/wikitionary-word-definiti/nnkjcjnhnenpjdaekgojkcaaknncmmil |
説明 | Right Click to lookup definition of selected word in a new Tab using Wikitionary |
ファイルサイズ | 13.59 KB |
インストール数 | 70 |
現在のバージョン | 0.1.0 |
最終更新日 | 2021-10-15 |
公開日 | 2021-10-15 |
開発者 | Ashok Koyi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/thekalinga/right-click-wiktionary |
ヘルプページのURL | https://github.com/thekalinga/right-click-wiktionary/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wikitionary word definition lookup", "version": "0.1.0", "description": "Right Click to lookup definition of selected word in a new Tab using Wikitionary", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "contextMenus", "storage" ], "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |