Sakhr Dictionary

Sakhr Dictionary is an English to Arabic dictionary and vice versa...

ما هو Sakhr Dictionary؟

Sakhr Dictionary هو إضافة Chrome تم تطويرها بواسطة مؤسسة الشارخ، والميزة الرئيسية لها هي "Sakhr Dictionary is an English to Arabic dictionary and vice versa...".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Sakhr Dictionary

قم بتنزيل ملفات الامتداد Sakhr Dictionary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Sakhr Dictionary is an English to Arabic dictionary and vice versa                    

معلومات أساسية عن التمديد

الاسم Sakhr Dictionary Sakhr Dictionary
ID bgipgkpaolpgcdgbmdjbdpmmehaijojb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/sakhr-dictionary/bgipgkpaolpgcdgbmdjbdpmmehaijojb
الوصف Sakhr Dictionary is an English to Arabic dictionary and vice versa...
حجم الملف 1 MB
عدد التثبيتات 75
النسخة الحالية 0.1.3
آخر تحديث 2020-04-09
تاريخ النشر 2020-04-07
تقييم 1.00/5 مجموع تقييمات 1
المطور مؤسسة الشارخ
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://dictionary.alsharekh.org/
عنوان صفحة المساعدة https://alsharekh.org/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Sakhr Dictionary",
    "short_name": "Sakhr Dictionary",
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "16": "icons\/icon_20.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Sakhr Dictionary is an English to Arabic dictionary and vice versa...",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/dictionary.alsharekh.org\/",
    "version": "0.1.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon_20.png",
        "default_title": "\u0642\u0627\u0645\u0648\u0633 \u0635\u062e\u0631"
    },
    "permissions": [
        "activeTab"
    ]
}