Infinite Monthly Calendar
Use the mousewheel to easily scroll between monthly calendars.
O que é Infinite Monthly Calendar?
Infinite Monthly Calendar é uma extensão do Chrome desenvolvida por publisher, e sua principal característica é "Use the mousewheel to easily scroll between monthly calendars.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Infinite Monthly Calendar
Baixe arquivos de extensão Infinite Monthly 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
What's new: 1.1.1: * Compressed images to decrease extension package size 1.1.0: * Added option to set Monday as the first day of the week * Added customizable Special Dates list up to 50 special dates
Informações Básicas da Extensão
Nome | Infinite Monthly Calendar |
ID | pfpjbkkfjjjjenbgoadcemjoaahdphki |
URL Oficial | https://chromewebstore.google.com/detail/infinite-monthly-calendar/pfpjbkkfjjjjenbgoadcemjoaahdphki |
Descrição | Use the mousewheel to easily scroll between monthly calendars. |
Tamanho do Arquivo | 62.96 KB |
Contagem de Instalações | 476 |
Versão Atual | 1.1.1 |
Última Atualização | 2016-05-18 |
Data de Publicação | 2016-05-17 |
Classificação | 4.86/5 Total de 7 Avaliações |
Desenvolvedor | publisher |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Infinite Monthly Calendar", "description": "Use the mousewheel to easily scroll between monthly calendars.", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.1.1", "options_page": "options.html", "browser_action": { "default_title": "Infinite Monthly Calendar", "default_popup": "popup.html" }, "offline_enabled": true } |