My ears are burning

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

My ears are burning là gì?

My ears are burning là một tiện ích mở rộng Chrome được phát triển bởi kchodorow, và tính năng chính của nó là "This notifies you when someone has mentioned you or assigned you an issue on GitHub".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng My ears are burning

Tải xuống các tệp mở rộng My ears are burning dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên My ears are burning My ears are burning
ID phkokjkjpdmdeongeaaddaiocjpcmpjb
URL Chính Thức https://chromewebstore.google.com/detail/my-ears-are-burning/phkokjkjpdmdeongeaaddaiocjpcmpjb
Mô tả This notifies you when someone has mentioned you or assigned you an issue on GitHub
Kích Thước Tệp 71.47 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 0.1.8
Cập Nhật Lần Cuối 2017-06-17
Ngày Phát Hành 2017-06-17
Nhà Phát Triển kchodorow
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://meab.kchodorow.com
Ngôn Ngữ Được Hỗ Trợ 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
    }
}