linguee-translate

Linguee Translate Plugin

linguee-translateคืออะไร?

linguee-translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ckogler และคุณลักษณะหลักของมันคือ "Linguee Translate Plugin"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย linguee-translate

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ linguee-translate linguee-translate
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"
            }
        }
    }
}