Lifeday
Motivate yourself by measuring your life in days instead of years.
Vad är Lifeday?
Lifeday är en Chrome-tillägg utvecklad av https://j.cin.is, och dess huvudfunktion är "Motivate yourself by measuring your life in days instead of years.".
Tilläggsskärmbilder
Ladda ner Lifeday-förlängningens CRX-fil
Ladda ner Lifeday-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
Lifeday replaces your default new-tab page in Chrome with the number of days that you have been alive. The hope is that this will help to inspire you to make this day more meaningful, to waste less time, and to work towards those things that might fulfill you most.
Grundläggande Information om Tillägg
Namn | Lifeday |
ID | bjnakdpcancplfbpcgckhilkgdjbfdal |
Officiell webbadress | https://chromewebstore.google.com/detail/lifeday/bjnakdpcancplfbpcgckhilkgdjbfdal |
Beskrivning | Motivate yourself by measuring your life in days instead of years. |
Filstorlek | 415 KB |
Antal Installationer | 35 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2019-03-27 |
Publiceringsdatum | 2019-03-27 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | https://j.cin.is |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jcinis/lifeday/ |
Hjälpsida URL | https://github.com/jcinis/lifeday/issues |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lifeday", "description": "Motivate yourself by measuring your life in days instead of years.", "version": "1.0.0", "manifest_version": 2, "offline_enabled": true, "background": { "persistent": false, "scripts": [ "chrome.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "lifeday-logo-16.png", "32": "lifeday-logo-32.png", "48": "lifeday-logo-48.png", "128": "lifeday-logo-128.png" } } |