Tab Translate

Easily translate selected text from one language to another and improve your language skills.

Tab Translateคืออะไร?

Tab Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tabtranslate.com และคุณลักษณะหลักของมันคือ "Easily translate selected text from one language to another and improve your language skills."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Brings together the best practices for using language translators for business and educational purposes.
Language translator tools, that proposed by this extension, can help users overcome language barriers and communicate more effectively across different languages. Based on the new Manifest V3 (MV3).

Modes:
• Pop-up translation: Pop-up window of translation text.
• Split screen: Split screen between browser and language translator.
• One tab: One single tab for language translator.

Use the Text-to-Speech (TTS) function that helps you to learn how words sound. You can also translate web pages into your preferred language with just one click.

The Tab Translate extension is powered by Google Translate API and offers unique features and benefits over other translators.

Benefits of using:
✓ Fast and responsive: You can expect a quick response time and smooth operation.
✓ Versatile modes: A range of multifunctional modes to suit different translation needs.
✓ Compatibility with different content types: Allows you to work comfortably with various file types, including web and local documents, PDF files, and common tabs.
✓ Ideal for study: Is perfect for students who need to translate documents or other study materials, making language learning more accessible and efficient.
✓ User-friendly: Simple and understandable interface.

This extension automatically detects your primary language and is ready to use immediately after installation.

Technical support:
Please, report any bugs or feature suggestions here: https://tabtranslate.com/feedback.html
Localization of the user interface will be carried out gradually.

Note:
All copyrights belong to their respective owners.
This extension is not owned, licensed, or sponsored by Google Inc., and Google does not provide any support for this product.                    

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

ชื่อ Tab Translate Tab Translate
ID khepfpojckhooicloeheemlhcljpjcjg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-translate/khepfpojckhooicloeheemlhcljpjcjg
คำอธิบาย Easily translate selected text from one language to another and improve your language skills.
ขนาดไฟล์ 110 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.2.4
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2023-04-11
คะแนน 4.40/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://tabtranslate.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tabtranslate.com/
URL หน้านโยบายความเป็นส่วนตัว https://tabtranslate.com/privacy.html
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.4",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_default__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/38.png",
        "24": "images\/38.png",
        "32": "images\/64.png",
        "48": "images\/128.png",
        "64": "images\/128.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "css": [
                "contents\/google_translate.css"
            ],
            "js": [
                "contents\/google_translate.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.translate.google.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "contents\/bubbles.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.translate.google.com\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/bubbles\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "scripting",
        "storage"
    ]
}