My ears are burning
This notifies you when someone has mentioned you or assigned you an issue on GitHub
Co je My ears are burning?
My ears are burning je rozšíření Chrome vyvinuté kchodorow, a jeho hlavní funkcí je „This notifies you when someone has mentioned you or assigned you an issue on GitHub“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření My ears are burning
Stáhněte si soubory rozšíření My ears are burning ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | My ears are burning |
ID | phkokjkjpdmdeongeaaddaiocjpcmpjb |
Oficiální URL | https://chromewebstore.google.com/detail/my-ears-are-burning/phkokjkjpdmdeongeaaddaiocjpcmpjb |
Popis | This notifies you when someone has mentioned you or assigned you an issue on GitHub |
Velikost souboru | 71.47 KB |
Počet instalací | 12 |
Aktuální Verze | 0.1.8 |
Poslední Aktualizace | 2017-06-17 |
Datum Vydání | 2017-06-17 |
Vývojář | kchodorow |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://meab.kchodorow.com |
Podporované Jazyky | 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 } } |