My ears are burning

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

ما هو My ears are burning؟

My ears are burning هو إضافة Chrome تم تطويرها بواسطة kchodorow، والميزة الرئيسية لها هي "This notifies you when someone has mentioned you or assigned you an issue on GitHub".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة My ears are burning

قم بتنزيل ملفات الامتداد My ears are burning بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم My ears are burning My ears are burning
ID phkokjkjpdmdeongeaaddaiocjpcmpjb
عنوان URL الرسمي https://chromewebstore.google.com/detail/my-ears-are-burning/phkokjkjpdmdeongeaaddaiocjpcmpjb
الوصف This notifies you when someone has mentioned you or assigned you an issue on GitHub
حجم الملف 71.47 KB
عدد التثبيتات 12
النسخة الحالية 0.1.8
آخر تحديث 2017-06-17
تاريخ النشر 2017-06-17
المطور kchodorow
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://meab.kchodorow.com
اللغات المدعومة 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
    }
}