Lingoes Text Capture Extension

Support Lingoes to capturing text and translate it in your browser, Use this extension you need to install Lingoes Translator.

Lingoes Text Capture Extensionคืออะไร?

Lingoes Text Capture Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sites.google.com/site/lingoes และคุณลักษณะหลักของมันคือ "Support Lingoes to capturing text and translate it in your browser, Use this extension you need to install Lingoes Translator."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lingoes Text Capture Extension

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

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

                        Install this extension allow Lingoes to capturing text and translate it in your browser. 

Lingoes is an easy and intuitive dictionary and text translation software, It offers lookup dictionaries, full text translation, capture word on screen, translate selected text and pronunciation of words in over 80 languages. These language are English, French, German, Italian, Spanish, Portuguese, Russian, Greek, Swedish, Turkish, Chinese, Japanese, Korean, Polish, Arabic, Hebrew, Vietnamese, Thai and more... 

Use this extension you need to install Lingoes Translator. download lingoes from here: lingoes.net                    

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

ชื่อ Lingoes Text Capture Extension Lingoes Text Capture Extension
ID pkijkcfcbkdfjfhddklifpmofknndggc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lingoes-text-capture-exte/pkijkcfcbkdfjfhddklifpmofknndggc
คำอธิบาย Support Lingoes to capturing text and translate it in your browser, Use this extension you need to install Lingoes Translator.
ขนาดไฟล์ 49.55 KB
จำนวนการติดตั้ง 30,000
เวอร์ชันปัจจุบัน 3.2
อัปเดตครั้งล่าสุด 2018-03-13
วันที่เผยแพร่ 2018-03-13
คะแนน 3.96/5 รวมทั้งหมด 277 คะแนน
ผู้พัฒนา http://sites.google.com/site/lingoes
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.lingoes.net/
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj4+vOsU+amKtqFRJsdagZ9rWMdwrirLVW1e+iM3h8KiX9o2Ja7s1\/u2QHEaS24etqDADmofoEBSyR9\/xs7mAAFWJWbcEkNVzqpgi54h0TbqhJSaGrxXujuXZcD532V9NNM8UUNKy8mw2dhuI3+ywRfdegIFTEn+EJFHlWlbKCIiaKklgzEYTp5N6OfFdEs8gFh3Ih1+n70XiQz2oCNXX7CwRzw6TIWSEHgUldD1SZBdwC1AZeiYV1zEz3RzrQjtHl78mXbCCvqYVMo1YTJxMyBoHVTd+VERLJ\/52YAU0iozpxd4pMGK+IENQENnfGhSReUugN\/3qkDclWJ8qg6UxJwIDAQAB",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lingoes_chrome.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "http:\/\/www.lingoes.net\/",
    "icons": {
        "128": "icons\/lingoes128.png",
        "16": "icons\/lingoes16.png",
        "32": "icons\/lingoes32.png",
        "48": "icons\/lingoes48.png",
        "64": "icons\/lingoes64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "33.0",
    "name": "__MSG_app_name__",
    "permissions": [
        "",
        "nativeMessaging"
    ],
    "short_name": "LingoesTCE",
    "author": "Kevin Chiu",
    "version": "3.2"
}