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. 擴展基本資訊
| 名稱 | |
| ID | mfmgafeloljkhohdgfahfegkkhjakkpl |
| 官方網址 | 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"
}
} | |