LetMeExplainYou

LetMeExplainYou Android documentation

什麼是LetMeExplainYou?

LetMeExplainYou是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“LetMeExplainYou Android documentation”。

擴展截圖

screenshot

下載LetMeExplainYou擴展crx文件

下載LetMeExplainYou擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 LetMeExplainYou LetMeExplainYou
ID galbanndfflkpahaeilhhnojpdbjeoae
官方網址 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"
    ]
}