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
Vad är Motivation Todo list with age counter.?
Motivation Todo list with age counter. är en Chrome-tillägg utvecklad av wojciech.kokorzycki, och dess huvudfunktion är "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".
Tilläggsskärmbilder
Ladda ner Motivation Todo list with age counter.-förlängningens CRX-fil
Ladda ner Motivation Todo list with age counter.-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | emdpadcdfnncmlhpldncnijaeodnjplj |
Officiell webbadress | https://chrome.google.com/webstore/detail/motivation-todo-list-with/emdpadcdfnncmlhpldncnijaeodnjplj |
Beskrivning | 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 |
Filstorlek | 489 KB |
Antal Installationer | 44 |
Aktuell Version | 0.1.1 |
Senast Uppdaterad | 2017-03-18 |
Publiceringsdatum | 2017-03-18 |
Betyg | 3.00/5 Totalt 2 Betyg |
Utvecklare | wojciech.kokorzycki |
Betalningssätt | free |
Stödda Språk | 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" ] } |