LetMeExplainYou

LetMeExplainYou Android documentation

LetMeExplainYouคืออะไร?

LetMeExplainYou เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "LetMeExplainYou Android documentation"

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

screenshot

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

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

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

                                            

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

ชื่อ 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"
    ]
}