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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}