Github +1s

Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.

Apa itu Github +1s?

Github +1s adalah ekstensi Chrome yang dikembangkan oleh Ryan Florence, dan fitur utamanya adalah "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Github +1s

Unduh file ekstensi Github +1s 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 +1s Github +1s
ID lddfkkebajnpiicnpfamebilmhamkeme
URL Resmi https://chrome.google.com/webstore/detail/github-+1s/lddfkkebajnpiicnpfamebilmhamkeme
Deskripsi Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.
Ukuran File 5.54 KB
Jumlah Instalasi 210
Versi Saat Ini 1.4.0
Terakhir Diperbarui 2015-06-19
Tanggal Publikasi 2015-06-19
Penilaian 4.58/5 Total 12 Penilaian
Pengembang Ryan Florence
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github +1s",
    "description": "Shows you the counts and avatars of those noisy '+1' comments and hides the original comments.",
    "version": "1.4.0",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "plusone.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}