LetMeExplainYou

LetMeExplainYou Android documentation

ما هو LetMeExplainYou؟

LetMeExplainYou هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "LetMeExplainYou Android documentation".

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

screenshot

تحميل ملف CRX للإضافة LetMeExplainYou

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

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

                                            

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

الاسم LetMeExplainYou LetMeExplainYou
ID galbanndfflkpahaeilhhnojpdbjeoae
عنوان URL الرسمي https://chromewebstore.google.com/detail/letmeexplainyou/galbanndfflkpahaeilhhnojpdbjeoae
الوصف LetMeExplainYou Android documentation
حجم الملف 151 KB
عدد التثبيتات 43
النسخة الحالية 0.3
آخر تحديث 2017-11-08
تاريخ النشر 2017-11-08
تقييم 4.18/5 مجموع تقييمات 11
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "manifest_version": 2,
    "name": "LetMeExplainYou",
    "permissions": [
        "tabs",
        "*:\/\/developer.android.com\/reference\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3",
    "content_scripts": [
        {
            "css": [
                "letmeexplainyou.css"
            ],
            "js": [
                "letmeexplainyou.js"
            ],
            "matches": [
                "*:\/\/developer.android.com\/reference\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "LetMeExplainYou Android documentation",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        "img\/*.webp"
    ]
}