Translate Anywhere

You can translate sentences that you select on the web page into various languages. You can also translate the whole page.

Translate Anywhereคืออะไร?

Translate Anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://orca-soft.net/web และคุณลักษณะหลักของมันคือ "You can translate sentences that you select on the web page into various languages. You can also translate the whole page."

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

screenshot
screenshot
screenshot

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

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

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

                        By using the icon located at the top right of the browser, you can translate the entire page or any entered text. Additionally, you can select specific text within the page and translate it directly from the right-click menu. This translation feature supports multiple languages, including English, Chinese, Korean, French, German, Italian, Spanish, and Portuguese.

*If the icon at the top right is not displayed, please click the jigsaw puzzle icon and pin the 'Translate Anywhere' icon.                    

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

ชื่อ Translate Anywhere Translate Anywhere
ID hhimhiimpaicidimabokfbdokhpcnmoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/translate-anywhere/hhimhiimpaicidimabokfbdokhpcnmoh
คำอธิบาย You can translate sentences that you select on the web page into various languages. You can also translate the whole page.
ขนาดไฟล์ 93.25 KB
จำนวนการติดตั้ง 72,557
เวอร์ชันปัจจุบัน 4.1.0.1
อัปเดตครั้งล่าสุด 2024-02-29
วันที่เผยแพร่ 2019-11-07
คะแนน 3.89/5 รวมทั้งหมด 53 คะแนน
ผู้พัฒนา https://orca-soft.net/web
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://orca-soft.net/web/
URL หน้าช่วยเหลือ https://orca-soft.net/info/support.php?service=3
URL หน้านโยบายความเป็นส่วนตัว https://orca-soft.net/chrome/pd/html/privacy_policy.html
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extentionTitle__",
    "description": "__MSG_extentionDescription__",
    "version": "4.1.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/orca-soft.net\/web\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_extentionDefault_title__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/app16.png",
        "32": "icons\/app32.png",
        "64": "icons\/app64.png",
        "128": "icons\/app128.png"
    },
    "background": {
        "scripts": [
            "jq.js",
            "bg.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "jq.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "jq.js",
        "trans.js",
        "popup.html",
        "frame.html",
        "resize.png"
    ]
}