Linguee Context Menu
A chrome plugin witch provides a context menu for easy linguee searches
什麼是Linguee Context Menu?
Linguee Context Menu是由addyi開發的Chrome擴展程式,該擴展的主要功能是“A chrome plugin witch provides a context menu for easy linguee searches”。
擴展截圖
下載Linguee Context Menu擴展crx文件
下載Linguee Context Menu擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Linguee Context Menu |
ID | agcillhniodhhnjmmigkgpbeodnclmmp |
官方網址 | https://chromewebstore.google.com/detail/linguee-context-menu/agcillhniodhhnjmmigkgpbeodnclmmp |
簡介 | A chrome plugin witch provides a context menu for easy linguee searches |
檔案大小 | 78.15 KB |
安裝次數 | 2,985 |
目前版本 | 1.5.1 |
更新時間 | 2019-05-01 |
上架時間 | 2019-05-01 |
評分 | 4.44/5 共 9 次評分 |
開發者 | addyi |
付費類型 | free |
擴展官網 | https://github.com/addyi/linguee-chrome-plugin |
說明頁面URL | https://github.com/addyi/linguee-chrome-plugin |
支援的語言 | 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" ] } } |