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是由kchodorow开发的Chrome扩展程序,该扩展的主要功能是“This notifies you when someone has mentioned you or assigned you an issue on GitHub”。
扩展截图
下载My ears are burning扩展crx文件
下载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 |
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 } } |