Translation Services USA - Free Translator

Free Automatic Translation Tool with over 90 Languages!

Translation Services USA - Free Translatorคืออะไร?

Translation Services USA - Free Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://translation-services-usa.com และคุณลักษณะหลักของมันคือ "Free Automatic Translation Tool with over 90 Languages!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Translation Services USA - Free Translator

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

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

                        Free Automatic Translation.

Free Automatic Translation Tool with over 90 Languages!

If you've ever been browsing the web and found yourself in need of a quick, easy translation of a word or phrase, this free automatic translation tool is here to handle all your translation needs for you! No longer will you need to open a new tab and visit a third-party website to translate text--just do it all directly from your browser within seconds.

This simple, free translation extension, created by industry leading translation services provider Translation Services USA, is easy to use. After installation, whenever you need a translation, simply click the extension's icon in your browser. A small window will pop up where you can enter your text and select your languages--the plugin handles the rest in only a second or two. It's so fast, the translation process begins in the background the instant you finish typing!

Whenever you have text you need translated, just click the icon and the plugin's intelligent machine translation functionality will provide a fast and highly accurate translation for you in any one of over 90 different languages almost instantly.                    

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

ชื่อ Translation Services USA - Free Translator Translation Services USA - Free Translator
ID jmagbnanfbhdbjiaofldokinmndkcmfl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/jmagbnanfbhdbjiaofldokinmndkcmfl
คำอธิบาย Free Automatic Translation Tool with over 90 Languages!
ขนาดไฟล์ 66.84 KB
จำนวนการติดตั้ง 254
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-10-31
วันที่เผยแพร่ 2017-10-31
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://translation-services-usa.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Translation Services USA - Free Translator",
    "short_name": "TSU Free Translation Tool",
    "description": "Free Automatic Translation Tool with over 90 Languages!",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/chosen.jquery.min.js",
            "js\/extension.js"
        ]
    },
    "version": "1.1",
    "minimum_chrome_version": "16.0.884",
    "browser_action": {
        "default_icon": "icon100.png",
        "default_popup": "popup.html",
        "default_title": "Translate"
    },
    "icons": {
        "16": "icon100.png",
        "48": "icon100.png",
        "128": "icon100.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/chosen.min.css",
                "css\/extension.css"
            ],
            "matches": [
                "http:\/\/www.google.com\/*"
            ]
        }
    ],
    "manifest_version": 2
}