Github Notable Comments

Lets you easily navigate between the notable comments on github

Apa itu Github Notable Comments?

Github Notable Comments adalah ekstensi Chrome yang dikembangkan oleh kamranahmed.se, dan fitur utamanya adalah "Lets you easily navigate between the notable comments on github".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Github Notable Comments

Unduh file ekstensi Github Notable Comments 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 Notable Comments Github Notable Comments
ID jcppcdjgdbnibjdeeihllbefhpibmajf
URL Resmi https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf
Deskripsi Lets you easily navigate between the notable comments on github
Ukuran File 13.17 KB
Jumlah Instalasi 53
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2018-04-20
Tanggal Publikasi 2018-04-20
Pengembang kamranahmed.se
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://github.com/kamranahmedse/notable-comments
URL Halaman Bantuan http://github.com/kamranahmedse/notable-comments/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Notable Comments",
    "short_name": "github-notable-comments",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Lets you easily navigate between the notable comments on github",
    "homepage_url": "http:\/\/github.com\/kamranahmedse\/github-notable-comments",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                ".\/styles\/main.css"
            ]
        }
    ]
}