Fluent Translate

Extension for translating and memorizing words

Fluent Translateคืออะไร?

Fluent Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lexswed และคุณลักษณะหลักของมันคือ "Extension for translating and memorizing words"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fluent Translate

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

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

                        Fluent Translate is a free, open-source, browser extension that helps you to translate unfamiliar words and phrases. While browsers are able to translate full page, extension allows you to keep reading the language you're learning, and only translate specific phrases you do not understand just yet.                    

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

ชื่อ Fluent Translate Fluent Translate
ID jbkaeigbknejjmhnkhmankagkfepncmn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fluent-translate/jbkaeigbknejjmhnkhmankagkfepncmn
คำอธิบาย Extension for translating and memorizing words
ขนาดไฟล์ 702 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.10.0
อัปเดตครั้งล่าสุด 2022-02-06
วันที่เผยแพร่ 2020-06-29
ผู้พัฒนา lexswed
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://edge-translate.vercel.app/
URL หน้าช่วยเหลือ https://edge-translate.vercel.app/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fluent Translate",
    "version": "1.10.0",
    "manifest_version": 2,
    "description": "Extension for translating and memorizing words",
    "icons": {
        "16": "\/assets\/icons\/icon-16.png",
        "32": "\/assets\/icons\/icon-32.png",
        "48": "\/assets\/icons\/icon-48.png",
        "64": "\/assets\/icons\/icon-64.png",
        "128": "\/assets\/icons\/icon-128.png",
        "256": "\/assets\/icons\/icon-256.png",
        "512": "\/assets\/icons\/icon-512.png"
    },
    "browser_action": {
        "default_popup": "\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content\/content.js"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "\/background\/background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage",
        "http:\/\/localhost\/*"
    ],
    "web_accessible_resources": [
        "\/assets\/icons\/icon-128.png",
        "\/assets\/icons\/icon-16.png",
        "\/assets\/icons\/icon-256.png",
        "\/assets\/icons\/icon-32.png",
        "\/assets\/icons\/icon-48.png",
        "\/assets\/icons\/icon-512.png",
        "\/assets\/icons\/icon-64.png",
        "\/assets\/icons\/icon.svg"
    ]
}