Linguee-Translator
Translate words using the Linguee.com service.
What is Linguee-Translator?
Linguee-Translator is a Chrome extension developed by Javier, and its main feature is "Translate words using the Linguee.com service.".
Extension Screenshots
Download Linguee-Translator Extension CRX File
Download Linguee-Translator 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
A WebExtension for translating words using the Linguee.com service.
Extension Basic Information
Name | Linguee-Translator |
ID | mfmgafeloljkhohdgfahfegkkhjakkpl |
Official URL | https://chromewebstore.google.com/detail/linguee-translator/mfmgafeloljkhohdgfahfegkkhjakkpl |
Description | Translate words using the Linguee.com service. |
File Size | 410 KB |
Installation Count | 2,192 |
Current Version | 1.1.0 |
Last Updated | 2020-04-08 |
Publish Date | 2020-04-07 |
Rating | 4.78/5 Total 9 Ratings |
Developer | Javier |
Payment Type | free |
Extension Website | https://github.com/javierdwd/linguee-browser-extension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linguee-Translator", "version": "1.1.0", "description": "Translate words using the Linguee.com service.", "icons": { "16": "images\/icons\/icon16.png", "32": "images\/icons\/icon32.png", "48": "images\/icons\/icon48.png", "64": "images\/icons\/icon64.png", "96": "images\/icons\/icon96.png", "128": "images\/icons\/icon128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "*:\/\/*.linguee.com\/*", "activeTab", "storage" ], "browser_action": { "default_title": "Linguee-Translator", "default_icon": { "32": "images\/icons\/icon32.png" }, "default_popup": "html\/popup.html" } } |