NAVER Dictionary - Right Click Context Menu
Adds right click menu for NAVER Dictionary
What is NAVER Dictionary - Right Click Context Menu?
NAVER Dictionary - Right Click Context Menu is a Chrome extension developed by Jimmy Ly, and its main feature is "Adds right click menu for NAVER Dictionary".
Extension Screenshots
Download NAVER Dictionary - Right Click Context Menu Extension CRX File
Download NAVER Dictionary - Right Click Context Menu 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
Adds right click menu for NAVER Dictionary
Extension Basic Information
Name | NAVER Dictionary - Right Click Context Menu |
ID | lleedlmnoojfhnkaecmgkhemapcgpppl |
Official URL | https://chromewebstore.google.com/detail/naver-dictionary-right-cl/lleedlmnoojfhnkaecmgkhemapcgpppl |
Description | Adds right click menu for NAVER Dictionary |
File Size | 13.24 KB |
Installation Count | 5,081 |
Current Version | 0.2 |
Last Updated | 2020-06-07 |
Publish Date | 2020-06-06 |
Rating | 4.71/5 Total 7 Ratings |
Developer | Jimmy Ly |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |