Age Counter

Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.

Was ist Age Counter?

Age Counter ist eine Chrome-Erweiterung, die von Cody Daniels entwickelt wurde, und ihr Hauptmerkmal ist "Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Age Counter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Age Counter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Customizations:
- Name
- Birthdate and time
- Background gradient

Background gradients:
- Red
- Orange
- Yellow
- Green
- Light Blue
- Dark Blue
- Purple
- Gray
- Black
- Random (one of the above gradients is chosen every time a new tab opens)                    

Grundlegende Informationen zur Erweiterung

Name Age Counter Age Counter
ID opednjnkpnkdndkmaciahffknkefpnle
Offizielle URL https://chromewebstore.google.com/detail/age-counter/opednjnkpnkdndkmaciahffknkefpnle
Beschreibung Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.
Dateigröße 12.96 KB
Installationsanzahl 2,170
Aktuelle Version 1.1.0
Letztes Update 2017-07-15
Veröffentlichungsdatum 2017-07-15
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Cody Daniels
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Age Counter",
    "description": "Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.",
    "version": "1.1.0",
    "manifest_version": 2,
    "author": "Cody Daniels",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}