Motivation Todo list with age counter.

Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation

Qu'est-ce que Motivation Todo list with age counter. ?

Motivation Todo list with age counter. est une extension Chrome développée par wojciech.kokorzycki, et sa fonction principale est "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Motivation Todo list with age counter.

Téléchargez les fichiers d'extension Motivation Todo list with age counter. 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

                                            

Informations de Base sur l'Extension

Nom Motivation Todo list with age counter. Motivation Todo list with age counter.
ID emdpadcdfnncmlhpldncnijaeodnjplj
URL Officiel https://chrome.google.com/webstore/detail/motivation-todo-list-with/emdpadcdfnncmlhpldncnijaeodnjplj
Description Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation
Taille du Fichier 489 KB
Nombre d'Installations 44
Version Actuelle 0.1.1
Dernière Mise à Jour 2017-03-18
Date de Publication 2017-03-18
Évaluation 3.00/5 Total 2 Évaluations
Développeur wojciech.kokorzycki
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Motivation Todo list with age counter.",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https:\/\/github.com\/ksiadz\/motivation",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ]
}