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
Hvad er Motivation Todo list with age counter.?
Motivation Todo list with age counter. er en Chrome-udvidelse udviklet af wojciech.kokorzycki, og dens hovedfunktion er "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".
Udvidelsesskærmbilleder
Download Motivation Todo list with age counter.-udvidelses-CRX-fil
Download Motivation Todo list with age counter.-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | emdpadcdfnncmlhpldncnijaeodnjplj |
Officiel URL | https://chrome.google.com/webstore/detail/motivation-todo-list-with/emdpadcdfnncmlhpldncnijaeodnjplj |
Beskrivelse | 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 |
Filstørrelse | 489 KB |
Antal Installationer | 44 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2017-03-18 |
Udgivelsesdato | 2017-03-18 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | wojciech.kokorzycki |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |