SLA Dictionary

Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi

SLA Dictionaryคืออะไร?

SLA Dictionary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sindhi Language Authority และคุณลักษณะหลักของมันคือ "Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SLA Dictionary

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

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

                        Select any text on browser and click on icon appeared at top-right corner of browser or right click and select SLA Meaning: Option from popup menu to translate into sindhi / english. For detail, visit our official portal:


http://dic.sindhila.edu.pk                    

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

ชื่อ SLA Dictionary SLA Dictionary
ID phpjjbogglpbjgnlldjdlinieejiamel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sla-dictionary/phpjjbogglpbjgnlldjdlinieejiamel
คำอธิบาย Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi
ขนาดไฟล์ 58.66 KB
จำนวนการติดตั้ง 156
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-03-06
วันที่เผยแพร่ 2016-03-05
คะแนน 4.62/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Sindhi Language Authority
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SLA Dictionary",
    "short_name": "SLA Dict",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Select any text on browser, right click and select SLA Meaning: Option from popup menu to translate into sindhi",
    "homepage_url": "http:\/\/dic.sindhila.edu.pk",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ]
}