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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}