Assistant

Assistant helps you to remember your tasks to complete.

O que é Assistant?

Assistant é uma extensão do Chrome desenvolvida por Kalpesh Singh, e sua principal característica é "Assistant helps you to remember your tasks to complete.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Assistant

Baixe arquivos de extensão Assistant 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

                        ***It replaces your new tab with shiny todo manager"***

"Assistant" is simple todo manager which helps you to remember small but yet important task. Whenever you open a new tab, you will see "Assistant" reminding your tasks.

"Assistant" is fully accessible and works with screen readers. It also provides many creative visual clue to understand your progress at a glance.

To make things more interesting, you will see background image changes on refresh. It fetches some high quality photos from Unsplash to make your new tab less dull.

Note: "Assistant" developer supports Privacy very strongly. There is NO tracking or analytics script is in this Chrome extension. 

[Updates 💥]:
1. Blur mode - Now hide your task list when people are around you. Perfect for projector and meeting scenario
2. Win to accessibility - Focus outline on checkboxes

[Features ✨]:

1. Fully accessible.
2. You can add tags by using square brackets. Example - "Write an article for @sitepointdotcom on Vue [urgent]".
3. Radial progress bar to get status of progress at a glance.                    

Informações Básicas da Extensão

Nome Assistant Assistant
ID jepekkbkeoifmhjfejinpeffomahkepk
URL Oficial https://chromewebstore.google.com/detail/assistant/jepekkbkeoifmhjfejinpeffomahkepk
Descrição Assistant helps you to remember your tasks to complete.
Tamanho do Arquivo 643 KB
Contagem de Instalações 44
Versão Atual 1.1.3
Última Atualização 2018-10-05
Data de Publicação 2018-10-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Kalpesh Singh
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Assistant",
    "description": "Assistant helps you to remember your tasks to complete.",
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "version": "1.1.3",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}