Life Counter
Counting the moments of your life
Wat is Life Counter?
Life Counter is een Chrome-extensie ontwikkeld door jin.alex, en de belangrijkste functie is "Counting the moments of your life".
Extensie Screenshots
Download het CRX-bestand van de extensie Life Counter
Download Life Counter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | bnbpeolijjenmnpfiohapnejmhoecchh |
| Officiële URL | https://chromewebstore.google.com/detail/life-counter/bnbpeolijjenmnpfiohapnejmhoecchh |
| Beschrijving | Counting the moments of your life |
| Bestandsgrootte | 104 KB |
| Aantal Installaties | 839 |
| Huidige Versie | 2.0.0 |
| Laatst Bijgewerkt | 2016-01-01 |
| Publicatiedatum | 2015-12-31 |
| Beoordeling | 4.88/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | jin.alex |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |