Cool Translator

Translate words on the page. Type in and translate words in Cool Translator popup. Translate subtitles while you watch Netflix.

Cool Translatorคืออะไร?

Cool Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wsbaser และคุณลักษณะหลักของมันคือ "Translate words on the page. Type in and translate words in Cool Translator popup. Translate subtitles while you watch Netflix."

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

screenshot

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

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

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

                        To translate:
 ★ Press Ctrl+Space (Shift+Space for Mac), type the word, press Enter.
 ★ Select the word, press Ctrl+Space (Shift+Space for Mac). 

Netflix:
Click on the word in subtitles will stop video and display translation.
Pressing Space key will hide Cool Translator and start video again.

Supported sources:
 1. Google Translator (translate.google.com)
 2. Linguee Dictionary (linguee.com)
 3. freecollocation.com
 4. thefreedictionary.com
 5. multitran.com                    

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

ชื่อ Cool Translator Cool Translator
ID cifbpdjhjkopeekabdgfjgmcbcgloioi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cool-translator/cifbpdjhjkopeekabdgfjgmcbcgloioi
คำอธิบาย Translate words on the page. Type in and translate words in Cool Translator popup. Translate subtitles while you watch Netflix.
ขนาดไฟล์ 1.22 MB
จำนวนการติดตั้ง 258
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2023-03-28
วันที่เผยแพร่ 2022-09-29
คะแนน 4.73/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา wsbaser
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "wsbaser",
    "manifest_version": 3,
    "name": "Cool Translator",
    "version": "2.1.0",
    "description": "Translate words on the page. Type in and translate words in Cool Translator popup. Translate subtitles while you watch Netflix.",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "assets\/injectcontentiframe.js"
            ],
            "css": [],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "assets\/netflixsubtitles.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "assets\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/content.js",
                "content_iframe.html",
                "assets\/images\/linguee\/sprites14.png",
                "assets\/images\/ll\/sound.png",
                "assets\/images\/ll\/marker.png",
                "assets\/images\/ll\/blank.gif",
                "assets\/images\/bg.png",
                "assets\/images\/icon16.png",
                "assets\/images\/add.png",
                "assets\/images\/flags.png",
                "assets\/images\/sprites.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:13189\/*",
            "http:\/\/localhost\/*"
        ]
    }
}