LEO.org simple translator

Easily translate words from any website within your browser — with auto-focus!

LEO.org simple translatorคืออะไร?

LEO.org simple translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FastMediaPublisihing และคุณลักษณะหลักของมันคือ "Easily translate words from any website within your browser — with auto-focus!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LEO.org simple translator

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

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

                        An easy popup to translate words on the fly.
With auto-focus on the search field and relocating the ads to be less disturbing for this experience.

No own ads injected!

Minimal required permissions needed!

This extension uses leo.org!

///////////////////////////////////////////////////////
////
////  I AM NOT AFFILIATED WITH LEO.ORG
////  THEY MAY CHANGE THEIR PAGE BAHAVIOUR AT ANY TIME
////  NO GUARANTUEE
////
///////////////////////////////////////////////////////

CHANGELOG
--------------------------
v0.3
- updated ffor the new page
v0.2
- Added Icons
- Updated to reflect the new mobile page of leo.org                    

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

ชื่อ LEO.org simple translator LEO.org simple translator
ID deaclfigjkibbihdmbbgehagajpfbkmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leoorg-simple-translator/deaclfigjkibbihdmbbgehagajpfbkmi
คำอธิบาย Easily translate words from any website within your browser — with auto-focus!
ขนาดไฟล์ 64.77 KB
จำนวนการติดตั้ง 230
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2017-10-31
วันที่เผยแพร่ 2017-10-31
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา FastMediaPublisihing
ประเภทการชำระเงิน free
ภาษาที่รองรับ de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.js",
                "inject.js"
            ],
            "matches": [
                "http:\/\/pda.leo.org\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Easily translate words from any website within your browser \u2014 with auto-focus!",
    "icons": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "48": "images\/48x48.png"
    },
    "manifest_version": 2,
    "name": "LEO.org simple translator",
    "version": "0.3",
    "web_accessible_resources": [
        "popup.html"
    ]
}