Linguee Context Menu
A chrome plugin witch provides a context menu for easy linguee searches
What is Linguee Context Menu?
Linguee Context Menu is a Chrome extension developed by addyi, and its main feature is "A chrome plugin witch provides a context menu for easy linguee searches".
Extension Screenshots
Download Linguee Context Menu Extension CRX File
Download Linguee 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
This is a chrome plugin which provides a context menu for easy Linguee Translator searches. This plugin is unofficial and has no connection to the firm behind Linguee.
Extension Basic Information
Name | Linguee Context Menu |
ID | agcillhniodhhnjmmigkgpbeodnclmmp |
Official URL | https://chromewebstore.google.com/detail/linguee-context-menu/agcillhniodhhnjmmigkgpbeodnclmmp |
Description | A chrome plugin witch provides a context menu for easy linguee searches |
File Size | 78.15 KB |
Installation Count | 2,985 |
Current Version | 1.5.1 |
Last Updated | 2019-05-01 |
Publish Date | 2019-05-01 |
Rating | 4.44/5 Total 9 Ratings |
Developer | addyi |
Payment Type | free |
Extension Website | https://github.com/addyi/linguee-chrome-plugin |
Help Page URL | https://github.com/addyi/linguee-chrome-plugin |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Linguee Context Menu", "author": "addyi", "homepage_url": "https:\/\/github.com\/addyi\/linguee-chrome-plugin", "version": "1.5.1", "manifest_version": 2, "description": "A chrome plugin witch provides a context menu for easy linguee searches", "permissions": [ "contextMenus", "storage" ], "offline_enabled": false, "browser_action": { "default_icon": "img\/pluginIcon128.png", "default_popup": "popup.html", "default_title": "Linguee Context Menu" }, "icons": { "16": "img\/pluginIcon16.png", "32": "img\/pluginIcon32.png", "48": "img\/pluginIcon48.png", "64": "img\/pluginIcon64.png", "128": "img\/pluginIcon128.png", "256": "img\/pluginIcon256.png", "512": "img\/pluginIcon512.png" }, "background": { "scripts": [ "setup.js", "contextAction.js" ] } } |