Github BFF: Better Fork Finder

Alerts you when there is a more active fork of the Github repo you are viewing

Apa itu Github BFF: Better Fork Finder?

Github BFF: Better Fork Finder adalah ekstensi Chrome yang dikembangkan oleh Sridatta Thatipamala, dan fitur utamanya adalah "Alerts you when there is a more active fork of the Github repo you are viewing".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Github BFF: Better Fork Finder

Unduh file ekstensi Github BFF: Better Fork Finder 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

                                            

Informasi Dasar Ekstensi

Nama Github BFF: Better Fork Finder Github BFF: Better Fork Finder
ID mohkigeiagechfjbifdedgiicfhalipo
URL Resmi https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo
Deskripsi Alerts you when there is a more active fork of the Github repo you are viewing
Ukuran File 36.44 KB
Jumlah Instalasi 43
Versi Saat Ini 1.0
Terakhir Diperbarui 2012-09-27
Tanggal Publikasi 2012-09-26
Penilaian 4.17/5 Total 6 Penilaian
Pengembang Sridatta Thatipamala
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github BFF: Better Fork Finder",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Alerts you when there is a more active fork of the Github repo you are viewing",
    "permissions": [
        "https:\/\/github.com\/",
        "https:\/\/api.github.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "myscript.js"
            ]
        }
    ]
}