petit_deco_github

petit decoration chrome extension on github.

什麼是petit_deco_github?

petit_deco_github是由http://nyangryy.hatenablog.com開發的Chrome擴展程式,該擴展的主要功能是“petit decoration chrome extension on github.”。

擴展截圖

screenshot

下載petit_deco_github擴展crx文件

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

擴展使用說明

                        https://github.com/nyangry/petit_deco_github                    

擴展基本資訊

名稱 petit_deco_github petit_deco_github
ID aieofhdmcaalkcopkmkcjmacfpigffdf
官方網址 https://chrome.google.com/webstore/detail/petitdecogithub/aieofhdmcaalkcopkmkcjmacfpigffdf
簡介 petit decoration chrome extension on github.
檔案大小 7.57 KB
安裝次數 28
目前版本 1.3.2
更新時間 2019-11-16
上架時間 2019-11-15
評分 5.00/5 共 1 次評分
開發者 http://nyangryy.hatenablog.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/nyangry/petit_deco_github
說明頁面URL https://github.com/nyangry/petit_deco_github
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.2",
    "manifest_version": 2,
    "name": "petit_deco_github",
    "description": "petit decoration chrome extension on github.",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "content_scripts\/app.css"
            ],
            "js": [
                "content_scripts\/app.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.github.com\/*",
            "*:\/\/github.com\/*"
        ]
    },
    "permissions": [
        "background",
        "https:\/\/*\/",
        "http:\/\/*\/",
        "activeTab"
    ],
    "web_accessible_resources": [
        "content_scripts\/loader.gif"
    ]
}