linguee-translate
Linguee Translate Plugin
什么是linguee-translate?
linguee-translate是由ckogler开发的Chrome扩展程序,该扩展的主要功能是“Linguee Translate Plugin”。
扩展截图
下载linguee-translate扩展crx文件
下载linguee-translate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quickly search for translations between german and english using Linguee.com.
Fast and intuitive interface with live-reloading of results.
Use the Enter-Key to open the search results in Linguee.com.
Shortcut-support (Defaults to CTRL/CMD+SHIFT+L - but can be overridden in the Chrome settings. 扩展基本信息
| 名称 | |
| ID | fjjfjlcihmoeenjbakdgjfbpdcgimlcd |
| 官方URL | https://chromewebstore.google.com/detail/linguee-translate/fjjfjlcihmoeenjbakdgjfbpdcgimlcd |
| 简介 | Linguee Translate Plugin |
| 文件大小 | 18.92 KB |
| 安装次数 | 618 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2023-02-12 |
| 上架时间 | 2020-05-05 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | ckogler |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/koglerch13/chrome-linguee-translate |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "linguee-translate",
"description": "Linguee Translate Plugin",
"version": "1.1.0",
"icons": {
"16": "images\/icon-16.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"action": {
"default_popup": "html\/popup.html",
"default_icon": "images\/icon-48.png",
"default-title": "linguee-translate"
},
"host_permissions": [
"https:\/\/www.linguee.com\/*"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
}
}
}
} | |