Wordigo - Translator, Dictionary, TTS

Wordigo: Translate text in the browser and add it to the dictionary. Easily bypass language restrictions..

Wordigo - Translator, Dictionary, TTSคืออะไร?

Wordigo - Translator, Dictionary, TTS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wordigo.app และคุณลักษณะหลักของมันคือ "Wordigo: Translate text in the browser and add it to the dictionary. Easily bypass language restrictions.."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wordigo - Translator, Dictionary, TTS

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

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

                        ## Wordigo Translator Chrome Extension

The Wordigo Translator Chrome Extension is a powerful tool that allows you to easily translate text on web pages. Whether you're reading an article, browsing a website, or chatting with friends, this extension makes it effortless to understand content in different languages.

Key Features:
- Instant Translation: Get quick and accurate translations with just a few clicks.
- Language Detection: Automatically detects the source language for seamless translation.
- Multiple Language Support: Translate to and from a wide range of languages.
- Customizable Settings: Tailor the extension to suit your translation preferences.
- Personal Dictionary: Build your own vocabulary by saving and organizing translations.

Why Use Wordigo Translator?
- Effortless Translation: Translate text on the go without leaving the web page you're on.
- Language Learning Made Easy: Improve your language skills by exploring new words and phrases.
- Multilingual Communication: Connect with people from around the world by breaking language barriers.
- Personalization: Customize the extension to fit your translation needs and preferences.
- Privacy and Security: We value your privacy and ensure that your data is handled securely.

Get Started:
1. Install the Wordigo Translator Chrome Extension from the Chrome Web Store.
2. Click on the Wordigo icon in your browser toolbar to activate the translation feature.
3. Highlight the text you want to translate, or click the extension icon to enter text manually.
4. Select the desired target language and instantly see the translation.

Start enjoying a seamless translation experience with Wordigo Translator!                    

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

ชื่อ Wordigo - Translator, Dictionary, TTS Wordigo - Translator, Dictionary, TTS
ID mckifajhmdgpffjciaanamiheadnclpi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wordigo-translator-dictio/mckifajhmdgpffjciaanamiheadnclpi
คำอธิบาย Wordigo: Translate text in the browser and add it to the dictionary. Easily bypass language restrictions..
ขนาดไฟล์ 1.31 MB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 0.0.16
อัปเดตครั้งล่าสุด 2023-12-17
วันที่เผยแพร่ 2023-08-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://wordigo.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wordigo.app/
URL หน้านโยบายความเป็นส่วนตัว https://wordigo.app/privacy-policy
ภาษาที่รองรับ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.16",
    "author": "osmandlsmn",
    "name": "Wordigo - Translator, Dictionary, TTS",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "translate.a481ef5a.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "http:\/\/localhost:3000\/",
        "https:\/\/wordigo.app\/"
    ]
}