GithubX

Enhance Github

Apa itu GithubX?

GithubX adalah ekstensi Chrome yang dikembangkan oleh gaoyibobobo, dan fitur utamanya adalah "Enhance Github".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GithubX

Unduh file ekstensi GithubX dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama GithubX GithubX
ID nmcddfeclkbhehidjoadbmkaajoppapo
URL Resmi https://chromewebstore.google.com/detail/githubx/nmcddfeclkbhehidjoadbmkaajoppapo
Deskripsi Enhance Github
Ukuran File 2.15 MB
Jumlah Instalasi 381
Versi Saat Ini 1.0.0.1
Terakhir Diperbarui 2022-06-29
Tanggal Publikasi 2022-03-15
Penilaian 4.00/5 Total 1 Penilaian
Pengembang gaoyibobobo
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/riskers/github-plus-extension
URL Halaman Bantuan https://github.com/riskers/github-plus-extension
Bahasa yang Didukung 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';"
    }
}