LetMeExplainYou

LetMeExplainYou Android documentation

What is LetMeExplainYou?

LetMeExplainYou is a Chrome extension developed by Unknown, and its main feature is "LetMeExplainYou Android documentation".

Extension Screenshots

screenshot

Download LetMeExplainYou Extension CRX File

Download LetMeExplainYou extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name LetMeExplainYou LetMeExplainYou
ID galbanndfflkpahaeilhhnojpdbjeoae
Official URL https://chromewebstore.google.com/detail/letmeexplainyou/galbanndfflkpahaeilhhnojpdbjeoae
Description LetMeExplainYou Android documentation
File Size 151 KB
Installation Count 43
Current Version 0.3
Last Updated 2017-11-08
Publish Date 2017-11-08
Rating 4.18/5 Total 11 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    ]
}