Inspiring Todo App

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

Qu'est-ce que Inspiring Todo App ?

Inspiring Todo App est une extension Chrome développée par symph.co, et sa fonction principale est "Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Inspiring Todo App

Téléchargez les fichiers d'extension Inspiring Todo App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Inspiring Todo App Inspiring Todo App
ID nijkmcebnmihobeilndjmmdmkgneamcd
URL Officiel https://chromewebstore.google.com/detail/inspiring-todo-app/nijkmcebnmihobeilndjmmdmkgneamcd
Description Get inspired to work when you open a new tab with beautiful imagery and a straightforward todo app.
Taille du Fichier 3.07 MB
Nombre d'Installations 146
Version Actuelle 2.0.3
Dernière Mise à Jour 2022-06-16
Date de Publication 2022-06-07
Évaluation 4.80/5 Total 10 Évaluations
Développeur symph.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://inspiringtodoapp.com/
URL de la Page d'Aide https://docs.google.com/forms/d/e/1FAIpQLSciV4HXMrUf-HUPgAda03f5jzzlf9NtKjQkOIJRWTj2Bzy3TA/viewform
URL de la Page de Politique de Confidentialité https://inspiringtodoapp.com/privacy-policy
Langues Prises en Charge 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"
    }
}