Linguee Context Menu
A chrome plugin witch provides a context menu for easy linguee searches
Linguee Context Menuคืออะไร?
Linguee Context Menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย addyi และคุณลักษณะหลักของมันคือ "A chrome plugin witch provides a context menu for easy linguee searches"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linguee Context Menu
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | agcillhniodhhnjmmigkgpbeodnclmmp |
| URL อย่างเป็นทางการ | 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"
]
}
} | |