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
Cos'è Motivation Todo list with age counter.?
Motivation Todo list with age counter. è un'estensione di Chrome sviluppata da wojciech.kokorzycki, e la sua funzione principale è "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".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Motivation Todo list with age counter.
Scarica i file di estensione Motivation Todo list with age counter. 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
Informazioni di Base sull'Estensione
Nome | |
ID | emdpadcdfnncmlhpldncnijaeodnjplj |
URL Ufficiale | https://chrome.google.com/webstore/detail/motivation-todo-list-with/emdpadcdfnncmlhpldncnijaeodnjplj |
Descrizione | 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 |
Dimensione del File | 489 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2017-03-18 |
Data di Pubblicazione | 2017-03-18 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | wojciech.kokorzycki |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |