Life Counter
Counting the moments of your life
Vad är Life Counter?
Life Counter är en Chrome-tillägg utvecklad av jin.alex, och dess huvudfunktion är "Counting the moments of your life".
Tilläggsskärmbilder
Ladda ner Life Counter-förlängningens CRX-fil
Ladda ner Life 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
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äggande Information om Tillägg
| Namn | |
| ID | bnbpeolijjenmnpfiohapnejmhoecchh |
| Officiell webbadress | https://chromewebstore.google.com/detail/life-counter/bnbpeolijjenmnpfiohapnejmhoecchh |
| Beskrivning | Counting the moments of your life |
| Filstorlek | 104 KB |
| Antal Installationer | 839 |
| Aktuell Version | 2.0.0 |
| Senast Uppdaterad | 2016-01-01 |
| Publiceringsdatum | 2015-12-31 |
| Betyg | 4.88/5 Totalt 8 Betyg |
| Utvecklare | jin.alex |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |