There, there, Google Calendar
Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)
Co je There, there, Google Calendar?
There, there, Google Calendar je rozšíření Chrome vyvinuté https://benjaminbojko.com, a jeho hlavní funkcí je „Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření There, there, Google Calendar
Stáhněte si soubory rozšíření There, there, Google Calendar 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í
Základní Informace o Rozšíření
Název | |
ID | hkjnokojjolmplgbhmblgjioajjndgoo |
Oficiální URL | https://chromewebstore.google.com/detail/there-there-google-calend/hkjnokojjolmplgbhmblgjioajjndgoo |
Popis | Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked) |
Velikost souboru | 138 KB |
Počet instalací | 38 |
Aktuální Verze | 0.1.2 |
Poslední Aktualizace | 2017-06-02 |
Datum Vydání | 2017-06-02 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://benjaminbojko.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.2", "name": "There, there, Google Calendar", "description": "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)", "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "main.js" ], "icons": { "128": "icon128.png", "512": "icon512.png" } } |