Select Text To Translate

Học tiếng anh hiệu quả

Select Text To Translateคืออะไร?

Select Text To Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://voxuanphong.wordpress.com และคุณลักษณะหลักของมันคือ "Học tiếng anh hiệu quả"

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

screenshot
screenshot
screenshot

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

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

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

                        Đây là ứng dụng học tiếng anh chọn từ để dịch hoặc tra từ, hỗ trợ người dùng việc tìm kiếm từ nhanh mà không phải bật từ điển hay mở các trang web dịch từ.                    

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

ชื่อ Select Text To Translate Select Text To Translate
ID ibbjhnljnghjigmiflgkogoindjfnaog
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/select-text-to-translate/ibbjhnljnghjigmiflgkogoindjfnaog
คำอธิบาย Học tiếng anh hiệu quả
ขนาดไฟล์ 346 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2017-12-09
วันที่เผยแพร่ 2017-12-09
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://voxuanphong.wordpress.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Select Text To Translate",
    "description": "H\u1ecdc ti\u1ebfng anh hi\u1ec7u qu\u1ea3",
    "version": "0.3",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_popup": "background.html"
    },
    "background": {
        "scripts": [
            "scripts\/context.js",
            "js\/libs\/jquery.min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "",
        "https:\/\/www.googleapis.com\/customsearch\/v1",
        "http:\/\/api.giphy.com\/v1\/gifs\/search*",
        "http:\/\/www.stackoverflow.com\/search*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/libs\/jquery.min.js",
                "features\/dictionary.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}