My ears are burning

This notifies you when someone has mentioned you or assigned you an issue on GitHub

Apa itu My ears are burning?

My ears are burning adalah ekstensi Chrome yang dikembangkan oleh kchodorow, dan fitur utamanya adalah "This notifies you when someone has mentioned you or assigned you an issue on GitHub".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi My ears are burning

Unduh file ekstensi My ears are burning 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

                        Puts an ear next to your location bar.  If you have any unread GitHub notifications, the ear will turn red. If you are all caught up, the ear will turn green.                    

Informasi Dasar Ekstensi

Nama My ears are burning My ears are burning
ID phkokjkjpdmdeongeaaddaiocjpcmpjb
URL Resmi https://chromewebstore.google.com/detail/my-ears-are-burning/phkokjkjpdmdeongeaaddaiocjpcmpjb
Deskripsi This notifies you when someone has mentioned you or assigned you an issue on GitHub
Ukuran File 71.47 KB
Jumlah Instalasi 12
Versi Saat Ini 0.1.8
Terakhir Diperbarui 2017-06-17
Tanggal Publikasi 2017-06-17
Pengembang kchodorow
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://meab.kchodorow.com
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My ears are burning",
    "description": "This notifies you when someone has mentioned you or assigned you an issue on GitHub",
    "version": "0.1.8",
    "browser_action": {
        "default_title": "Loading notifications...",
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "cookies",
        "https:\/\/meab.kchodorow.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    }
}