Life Counter
Counting the moments of your life
Hvad er Life Counter?
Life Counter er en Chrome-udvidelse udviklet af jin.alex, og dens hovedfunktion er "Counting the moments of your life".
Udvidelsesskærmbilleder
Download Life Counter-udvidelses-CRX-fil
Download Life 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
Minimalistic counter that shows time between a specified date and now on all your new tabs.
v2 What's New?
-bookmarks
-fixed timezone issues
-adjusted positioning of elements
-option to add a message for what you are counting up/down from/to
Personally I use it to see how long I have been alive but it can count up from a past date or count down to a date in the future.
Use Cases:
- years you've been alive
- seconds until the new year
- number of days until your favourite artists drops that fire mixtape
- etc Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bnbpeolijjenmnpfiohapnejmhoecchh |
| Officiel URL | https://chromewebstore.google.com/detail/life-counter/bnbpeolijjenmnpfiohapnejmhoecchh |
| Beskrivelse | Counting the moments of your life |
| Filstørrelse | 104 KB |
| Antal Installationer | 839 |
| Nuværende Version | 2.0.0 |
| Senest Opdateret | 2016-01-01 |
| Udgivelsesdato | 2015-12-31 |
| Bedømmelse | 4.88/5 Samlet 8 Bedømmelser |
| Udvikler | jin.alex |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Life Counter",
"description": "Counting the moments of your life",
"version": "2.0.0",
"manifest_version": 2,
"options_page": "options.html",
"permissions": [
"storage"
],
"icons": {
"128": "icon_128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |