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
公式URL 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
Eメール [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"
    ]
}