Inspiring Todo App

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

Cos'è Inspiring Todo App?

Inspiring Todo App è un'estensione di Chrome sviluppata da symph.co, e la sua funzione principale è "Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Inspiring Todo App

Scarica i file di estensione Inspiring Todo App in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Inspiring Todo App Inspiring Todo App
ID nijkmcebnmihobeilndjmmdmkgneamcd
URL Ufficiale https://chromewebstore.google.com/detail/inspiring-todo-app/nijkmcebnmihobeilndjmmdmkgneamcd
Descrizione Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.
Dimensione del File 3.07 MB
Conteggio Installazioni 146
Versione Corrente 2.0.3
Ultimo Aggiornamento 2022-06-16
Data di Pubblicazione 2022-06-07
Valutazione 4.80/5 Totale 10 Valutazioni
Sviluppatore symph.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://inspiringtodoapp.com/
URL della Pagina di Aiuto https://docs.google.com/forms/d/e/1FAIpQLSciV4HXMrUf-HUPgAda03f5jzzlf9NtKjQkOIJRWTj2Bzy3TA/viewform
URL della Pagina della Politica sulla Privacy https://inspiringtodoapp.com/privacy-policy
Lingue Supportate 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"
    }
}