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
Was ist Motivation Todo list with age counter.?
Motivation Todo list with age counter. ist eine Chrome-Erweiterung, die von wojciech.kokorzycki entwickelt wurde, und ihr Hauptmerkmal ist "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".
Erweiterungsscreenshots
Motivation Todo list with age counter.-Erweiterungs-CRX-Datei herunterladen
Laden Sie Motivation Todo list with age counter.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | emdpadcdfnncmlhpldncnijaeodnjplj |
Offizielle URL | https://chrome.google.com/webstore/detail/motivation-todo-list-with/emdpadcdfnncmlhpldncnijaeodnjplj |
Beschreibung | 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 |
Dateigröße | 489 KB |
Installationsanzahl | 44 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2017-03-18 |
Veröffentlichungsdatum | 2017-03-18 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | wojciech.kokorzycki |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |