My ears are burning
This notifies you when someone has mentioned you or assigned you an issue on GitHub
Co to jest My ears are burning?
My ears are burning to rozszerzenie Chrome opracowane przez kchodorow, a jego główną funkcją jest „This notifies you when someone has mentioned you or assigned you an issue on GitHub”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia My ears are burning
Pobierz pliki rozszerzeń My ears are burning w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | My ears are burning |
ID | phkokjkjpdmdeongeaaddaiocjpcmpjb |
Oficjalny URL | https://chromewebstore.google.com/detail/my-ears-are-burning/phkokjkjpdmdeongeaaddaiocjpcmpjb |
Opis | This notifies you when someone has mentioned you or assigned you an issue on GitHub |
Rozmiar pliku | 71.47 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 0.1.8 |
Ostatnia Aktualizacja | 2017-06-17 |
Data Publikacji | 2017-06-17 |
Deweloper | kchodorow |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://meab.kchodorow.com |
Obsługiwane Języki | 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 } } |