LetMeExplainYou

LetMeExplainYou Android documentation

LetMeExplainYou là gì?

LetMeExplainYou là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "LetMeExplainYou Android documentation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LetMeExplainYou

Tải xuống các tệp mở rộng LetMeExplainYou dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LetMeExplainYou LetMeExplainYou
ID galbanndfflkpahaeilhhnojpdbjeoae
URL Chính Thức https://chromewebstore.google.com/detail/letmeexplainyou/galbanndfflkpahaeilhhnojpdbjeoae
Mô tả LetMeExplainYou Android documentation
Kích Thước Tệp 151 KB
Số Lần Cài Đặt 43
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2017-11-08
Ngày Phát Hành 2017-11-08
Đánh Giá 4.18/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}