Xpress – immediate translation!

Quick translation of selected text on each page, full integration with google translate, word saving and enjoyable exercises.

Xpress – immediate translation!คืออะไร?

Xpress – immediate translation! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Amiel Elboim และคุณลักษณะหลักของมันคือ "Quick translation of selected text on each page, full integration with google translate, word saving and enjoyable exercises."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Xpress – immediate translation!

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

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

                        Xpress – the perfect extension for quick translation by marking a word and clicking.

Translation – to translate a word all you have to do is mark it, click the icon the pops up next to your 

mouse and the translation will show up in a window in the corner of your screen.

 Full integration with google translate – Xpress integrates fully with google translate. By clicking on 

the logo in the pop-up window you will be transferred to a google translate page open on the 

marked word for more translations and examples, and of course, with one simple click you'll be right 

back on the page you were on… cool!

Saving and practicing saved words – any word you have translated and would like to save and 

remember, you can click on the star and that word will immediately be added to your favorites list.

The exercise page is easily accessible and at any time you can go and practice you saved words!

Support for all languages – Xpress supports translations for every language! Right after download 

you can select your languages and start working.

We invite you to download and enjoy our simple extension that will benefit you in every web-surf…

Enjoy!                    

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

ชื่อ Xpress – immediate translation! Xpress – immediate translation!
ID cilhimbmigbhkdchemhdcdhhbdccjfga
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/xpress-%E2%80%93-immediate-transl/cilhimbmigbhkdchemhdcdhhbdccjfga
คำอธิบาย Quick translation of selected text on each page, full integration with google translate, word saving and enjoyable exercises.
ขนาดไฟล์ 708 KB
จำนวนการติดตั้ง 346
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2017-01-31
วันที่เผยแพร่ 2017-01-31
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Amiel Elboim
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Xpress \u2013 immediate translation!",
    "short_name": "Xpress",
    "version": "1.3.1",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/logo_48.png",
            "38": "img\/logo_48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Xpress \u2013 immediate translation with one click! Exercise! Enjoyment!"
    },
    "description": "Quick translation of selected text on each page, full integration with google translate, word saving and enjoyable exercises.",
    "icons": {
        "16": "img\/logo_16.png",
        "128": "img\/logo_128.png",
        "48": "img\/logo_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/translate.google.com\/*"
            ],
            "css": [
                "css\/gt_content.css"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/tr_inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/translate.google.com\/*"
            ],
            "css": [
                "css\/general.css",
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/jquery.slimscroll.min.js",
                "js\/inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "practice.html",
    "options_ui": {
        "page": "practice.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "tts",
        "notifications",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "minimum_chrome_version": "10.0"
}