There, there, Google Calendar
Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)
O que é There, there, Google Calendar?
There, there, Google Calendar é uma extensão do Chrome desenvolvida por https://benjaminbojko.com, e sua principal característica é "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão There, there, Google Calendar
Baixe arquivos de extensão There, there, Google Calendar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | |
ID | hkjnokojjolmplgbhmblgjioajjndgoo |
URL Oficial | https://chromewebstore.google.com/detail/there-there-google-calend/hkjnokojjolmplgbhmblgjioajjndgoo |
Descrição | Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked) |
Tamanho do Arquivo | 138 KB |
Contagem de Instalações | 38 |
Versão Atual | 0.1.2 |
Última Atualização | 2017-06-02 |
Data de Publicação | 2017-06-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://benjaminbojko.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |