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.

Qu'est-ce que Age Counter ?

Age Counter est une extension Chrome développée par Cody Daniels, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Age Counter

Téléchargez les fichiers d'extension Age Counter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Age Counter Age Counter
ID opednjnkpnkdndkmaciahffknkefpnle
URL Officiel https://chromewebstore.google.com/detail/age-counter/opednjnkpnkdndkmaciahffknkefpnle
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.
Taille du Fichier 12.96 KB
Nombre d'Installations 2,170
Version Actuelle 1.1.0
Dernière Mise à Jour 2017-07-15
Date de Publication 2017-07-15
Évaluation 5.00/5 Total 4 Évaluations
Développeur Cody Daniels
Type de Paiement free
Langues Prises en Charge 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"
    ]
}