NAVER Dictionary - Right Click Context Menu
Adds right click menu for NAVER Dictionary
NAVER Dictionary - Right Click Context Menuとは何ですか?
NAVER Dictionary - Right Click Context MenuはJimmy Lyによって開発されたChromeの拡張機能で、その主な機能は「Adds right click menu for NAVER Dictionary」です。
拡張機能のスクリーンショット
NAVER Dictionary - Right Click Context Menu拡張機能のCRXファイルをダウンロード
NAVER Dictionary - Right Click Context Menu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds right click menu for NAVER Dictionary
拡張機能の基本情報
名前 | NAVER Dictionary - Right Click Context Menu |
ID | lleedlmnoojfhnkaecmgkhemapcgpppl |
公式URL | https://chromewebstore.google.com/detail/naver-dictionary-right-cl/lleedlmnoojfhnkaecmgkhemapcgpppl |
説明 | Adds right click menu for NAVER Dictionary |
ファイルサイズ | 13.24 KB |
インストール数 | 5,081 |
現在のバージョン | 0.2 |
最終更新日 | 2020-06-07 |
公開日 | 2020-06-06 |
評価 | 4.71/5 合計 7 レビュー |
開発者 | Jimmy Ly |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NAVER Dictionary - Right Click Context Menu", "description": "Adds right click menu for NAVER Dictionary", "version": "0.2", "permissions": [ "contextMenus" ], "background": { "scripts": [ "sample.js" ] }, "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" } } |