GithubX

Enhance Github

GithubXとは何ですか?

GithubXはgaoyiboboboによって開発されたChromeの拡張機能で、その主な機能は「Enhance Github」です。

拡張機能のスクリーンショット

screenshot

GithubX拡張機能のCRXファイルをダウンロード

GithubX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Easy to manage your Github:

1. github stars: grouping and tagging your stars by yourself
3. github gists: grouping and tagging your gists by yourself 

Github: https://github.com/riskers/github-plus-extension                    

拡張機能の基本情報

名前 GithubX GithubX
ID nmcddfeclkbhehidjoadbmkaajoppapo
公式URL https://chromewebstore.google.com/detail/githubx/nmcddfeclkbhehidjoadbmkaajoppapo
説明 Enhance Github
ファイルサイズ 2.15 MB
インストール数 381
現在のバージョン 1.0.0.1
最終更新日 2022-06-29
公開日 2022-03-15
評価 4.00/5 合計 1 レビュー
開発者 gaoyibobobo
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/riskers/github-plus-extension
ヘルプページのURL https://github.com/riskers/github-plus-extension
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0.1",
    "name": "GithubX",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_title": "GithubX"
    },
    "icons": {
        "48": "assets\/logo48.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.github.com\/*"
            ],
            "js": [
                "content_script.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "options_page": "options\/index.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    }
}