Translator

Translate words and phrases while browsing the web, using Google translator.

Translatorคืออะไร?

Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://poqdev.com และคุณลักษณะหลักของมันคือ "Translate words and phrases while browsing the web, using Google translator."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ✨🌐 The Extension That Transforms Your Language Experience 🌐✨

🚀Introducing our quick and efficient translation plugin to help you navigate the world wide web without any language barriers! By prioritizing user convenience and reading experience, we've created a feature-rich extension that is bound to make browsing a breeze.

🌟 Amazing Features Include:

1️⃣ 🔁 Automatic Language Translation: Set your preferred language in the extension settings, and watch as everything gets translated instantly. The smart translator even detects the language of the website you're visiting!

2️⃣ 🔊 Listen to Translations: Hear the correct pronunciation of translated words and phrases in a new tab, making language learning even more fun.

3️⃣ 📌 Highlight & Right-Click: Simply highlight or right-click any text you want to translate, hit the translate icon, and voilà – the translation will appear in a new tab.

4️⃣ 🎯 Google Translate API: Enjoy the accuracy and reliability of Google's translation technology for all your language blunders and necessities.

5️⃣ 👌 User-Friendly Pop-Up: Your reading experience won't be hindered or blocked, thanks to our sleek pop-up display bar that keeps everything smooth and seamless.

6️⃣ 📈 Informative Display: Our clear and transparent display column presents all essential translation information, ensuring the user's focus remains on the content and not the display box.

7️⃣ 🔍 Customization: Tailor your translation results to your preferences. Pick and choose which elements should appear in your translation results – common meanings, detailed descriptions, sample sentences, or all of the above.

💡 So, what will it be – a friend or a foreign language dictionary? Enjoy easy access to Google's renowned translation services with our handy browser extension. Make the internet your linguistic playground and never again worry about language barriers!

📢 Updates: No more hidden style problems, upgraded to Manifest v3, and squashed small bugs.                    

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

ชื่อ Translator Translator
ID pnpdnibdembnnlaiibkeandepjajegoi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/translator/pnpdnibdembnnlaiibkeandepjajegoi
คำอธิบาย Translate words and phrases while browsing the web, using Google translator.
ขนาดไฟล์ 684 KB
จำนวนการติดตั้ง 77,994
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2023-11-14
วันที่เผยแพร่ 2020-12-02
คะแนน 4.39/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา https://poqdev.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://translator.poqdev.com/
URL หน้าช่วยเหลือ https://translator.poqdev.com/
URL หน้านโยบายความเป็นส่วนตัว https://poqdev.com/privacity
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,el,sr,bg,ru,uk,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "host_permissions": [
        "*:\/\/translate.googleapis.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "exclude_matches": [
                "*:\/\/translate.google.com\/*"
            ],
            "js": [
                "js\/purify.min.js",
                "js\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "settings.html",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "short_name": "Translator",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "images\/*",
                "css\/*",
                "rules.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Open settings",
        "default_popup": "popup.html"
    }
}