github1s Linker

Inserts a direct link to github1s in gitHub repos

Apa itu github1s Linker?

github1s Linker adalah ekstensi Chrome yang dikembangkan oleh fschipp.fs, dan fitur utamanya adalah "Inserts a direct link to github1s in gitHub repos".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi github1s Linker

Unduh file ekstensi github1s Linker 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

                        Adds a simple link in the top right on github repositories. This makes opening github1s links much easier and saves typing in the address bar.

Code is open source at https://github.com/samtun/github1s_linker                    

Informasi Dasar Ekstensi

Nama github1s Linker github1s Linker
ID aghoglkmbagjidbhfdcgmonhgdcbjjgf
URL Resmi https://chromewebstore.google.com/detail/github1s-linker/aghoglkmbagjidbhfdcgmonhgdcbjjgf
Deskripsi Inserts a direct link to github1s in gitHub repos
Ukuran File 7.93 KB
Jumlah Instalasi 120
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-03-24
Tanggal Publikasi 2021-03-20
Pengembang fschipp.fs
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "github1s Linker",
    "description": "Inserts a direct link to github1s in gitHub repos",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "add_button.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon32.png",
        "32": "images\/icon64.png",
        "64": "images\/icon128.png"
    }
}