Lifeday
Motivate yourself by measuring your life in days instead of years.
Hvad er Lifeday?
Lifeday er en Chrome-udvidelse udviklet af https://j.cin.is, og dens hovedfunktion er "Motivate yourself by measuring your life in days instead of years.".
Udvidelsesskærmbilleder
Download Lifeday-udvidelses-CRX-fil
Download Lifeday-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
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æggende oplysninger om udvidelsen
Navn | Lifeday |
ID | bjnakdpcancplfbpcgckhilkgdjbfdal |
Officiel URL | https://chromewebstore.google.com/detail/lifeday/bjnakdpcancplfbpcgckhilkgdjbfdal |
Beskrivelse | Motivate yourself by measuring your life in days instead of years. |
Filstørrelse | 415 KB |
Antal Installationer | 35 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2019-03-27 |
Udgivelsesdato | 2019-03-27 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | https://j.cin.is |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/jcinis/lifeday/ |
Hjælpeside-URL | https://github.com/jcinis/lifeday/issues |
Understøttede Sprog | 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" } } |