Linguee-Translator
Translate words using the Linguee.com service.
什么是Linguee-Translator?
Linguee-Translator是由Javier开发的Chrome扩展程序,该扩展的主要功能是“Translate words using the Linguee.com service.”。
扩展截图
下载Linguee-Translator扩展crx文件
下载Linguee-Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A WebExtension for translating words using the Linguee.com service.
扩展基本信息
名称 | Linguee-Translator |
ID | mfmgafeloljkhohdgfahfegkkhjakkpl |
官方URL | https://chromewebstore.google.com/detail/linguee-translator/mfmgafeloljkhohdgfahfegkkhjakkpl |
简介 | Translate words using the Linguee.com service. |
文件大小 | 410 KB |
安装次数 | 2,192 |
当前版本 | 1.1.0 |
更新时间 | 2020-04-08 |
上架时间 | 2020-04-07 |
评分 | 4.78/5 共9次评分 |
开发者 | Javier |
付费类型 | free |
扩展官网 | https://github.com/javierdwd/linguee-browser-extension |
支持的语言 | 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" } } |