Inspiring Todo App

Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.

O que é Inspiring Todo App?

Inspiring Todo App é uma extensão do Chrome desenvolvida por symph.co, e sua principal característica é "Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Inspiring Todo App

Baixe arquivos de extensão Inspiring Todo App 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

                        Inspiring Todo App is now on version 2!

Simple and minimal todo app with beautiful background imagery.

Features:

* Straightforward todo app
* Prioritize tasks by pressing the Star icon
* Edit by double clicking task
* Drag and drop reorder
* Daily greetings
* Beautiful background images
* Choose from collections of images
* Customize how it looks

Coming soon:
* Pomodoro
* Scheduling
* Reminders
* Alert Notifications
* Integrations
* and more..

Web version: http://inspiringtodoapp.com/                    

Informações Básicas da Extensão

Nome Inspiring Todo App Inspiring Todo App
ID nijkmcebnmihobeilndjmmdmkgneamcd
URL Oficial https://chromewebstore.google.com/detail/inspiring-todo-app/nijkmcebnmihobeilndjmmdmkgneamcd
Descrição Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.
Tamanho do Arquivo 3.07 MB
Contagem de Instalações 146
Versão Atual 2.0.3
Última Atualização 2022-06-16
Data de Publicação 2022-06-07
Classificação 4.80/5 Total de 10 Avaliações
Desenvolvedor symph.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://inspiringtodoapp.com/
URL da Página de Ajuda https://docs.google.com/forms/d/e/1FAIpQLSciV4HXMrUf-HUPgAda03f5jzzlf9NtKjQkOIJRWTj2Bzy3TA/viewform
URL da Página de Política de Privacidade https://inspiringtodoapp.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Inspiring Todo App",
    "description": "Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.",
    "version": "2.0.3",
    "author": "Dan Pantinople",
    "action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Get inspired now!"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "background"
    ],
    "host_permissions": [
        "https:\/\/*.unsplash.com\/*",
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' https:\/\/ida-todo-app.firebaseio.com  https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com"
    }
}