Inspiring Todo App

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

Wat is Inspiring Todo App?

Inspiring Todo App is een Chrome-extensie ontwikkeld door symph.co, en de belangrijkste functie is "Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Inspiring Todo App

Download Inspiring Todo App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Inspiring Todo App Inspiring Todo App
ID nijkmcebnmihobeilndjmmdmkgneamcd
Officiële URL https://chromewebstore.google.com/detail/inspiring-todo-app/nijkmcebnmihobeilndjmmdmkgneamcd
Beschrijving Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.
Bestandsgrootte 3.07 MB
Aantal Installaties 146
Huidige Versie 2.0.3
Laatst Bijgewerkt 2022-06-16
Publicatiedatum 2022-06-07
Beoordeling 4.80/5 Totaal 10 Beoordelingen
Ontwikkelaar symph.co
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://inspiringtodoapp.com/
Help Pagina-URL https://docs.google.com/forms/d/e/1FAIpQLSciV4HXMrUf-HUPgAda03f5jzzlf9NtKjQkOIJRWTj2Bzy3TA/viewform
URL van de Privacybeleid Pagina https://inspiringtodoapp.com/privacy-policy
Ondersteunde Talen 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"
    }
}