Calendar
Day, Month and Year
O que é Calendar?
Calendar é uma extensão do Chrome desenvolvida por https://mythical5th.com, e sua principal característica é "Day, Month and Year".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Calendar
Baixe arquivos de extensão 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
Keyboard shortcut: Alt+C To change the default, go to chrome://extensions/shortcuts September 2023: With regret, the full-month grid has been removed. It used the Flexbox and Grid layout modes of HTML, which have been affected negatively by an update of Chrome.
Informações Básicas da Extensão
Nome | Calendar |
ID | ndfdimandiclndjddnhkhjleeadcppcj |
URL Oficial | https://chromewebstore.google.com/detail/calendar/ndfdimandiclndjddnhkhjleeadcppcj |
Descrição | Day, Month and Year |
Tamanho do Arquivo | 8.15 KB |
Contagem de Instalações | 48 |
Versão Atual | 4.1 |
Última Atualização | 2024-02-10 |
Data de Publicação | 2021-03-01 |
Desenvolvedor | https://mythical5th.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://mythical5th.com/policies/chromeWebStore.html |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Calendar", "version": "4.1", "description": "Day, Month and Year", "short_name": "Calendar", "commands": { "_execute_action": { "suggested_key": { "default": "Alt+C" } } }, "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "action": { "default_title": "Calendar", "default_popup": "popup.html", "default_icon": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png" } } } |