Linguee-Translator

Translate words using the Linguee.com service.

Linguee-Translatorคืออะไร?

Linguee-Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Javier และคุณลักษณะหลักของมันคือ "Translate words using the Linguee.com service."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Linguee-Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A WebExtension for translating words using the Linguee.com service.                    

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

ชื่อ Linguee-Translator Linguee-Translator
ID mfmgafeloljkhohdgfahfegkkhjakkpl
URL อย่างเป็นทางการ 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"
    }
}