GitHub Notifications

Read yours or your organization's GitHub's notifications easily !

Apa itu GitHub Notifications?

GitHub Notifications adalah ekstensi Chrome yang dikembangkan oleh http://remidelhaye.fr, dan fitur utamanya adalah "Read yours or your organization's GitHub's notifications easily !".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GitHub Notifications

Unduh file ekstensi GitHub Notifications 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

                        Read yours or your organization's Github's notification easily with GitHub Notifications !

Secure Authentification & ADD FREE !                    

Informasi Dasar Ekstensi

Nama GitHub Notifications GitHub Notifications
ID jmpadkhpecdeoaemalgabhofdpaeiegl
URL Resmi https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl
Deskripsi Read yours or your organization's GitHub's notifications easily !
Ukuran File 39.65 KB
Jumlah Instalasi 29
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2013-08-24
Tanggal Publikasi 2013-08-24
Penilaian 4.50/5 Total 6 Penilaian
Pengembang http://remidelhaye.fr
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Notifications",
    "description": "Read yours or your organization's GitHub's notifications easily !",
    "version": "1.2.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        }
    },
    "author": "R\u00e9mi Delhaye (@RemiDelhaye)",
    "permissions": [
        "notifications",
        "storage",
        "background"
    ],
    "background": {
        "scripts": [
            "gitAPI\/lib\/underscore-min.js",
            "gitAPI\/lib\/base64.js",
            "gitAPI\/github.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "48.png"
    ]
}