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.

Co je Age Counter?

Age Counter je rozšíření Chrome vyvinuté Cody Daniels, a jeho hlavní funkcí je „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.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Age Counter

Stáhněte si soubory rozšíření Age Counter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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)                    

Základní Informace o Rozšíření

Název Age Counter Age Counter
ID opednjnkpnkdndkmaciahffknkefpnle
Oficiální URL https://chromewebstore.google.com/detail/age-counter/opednjnkpnkdndkmaciahffknkefpnle
Popis 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.
Velikost souboru 12.96 KB
Počet instalací 2,170
Aktuální Verze 1.1.0
Poslední Aktualizace 2017-07-15
Datum Vydání 2017-07-15
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Cody Daniels
Typ Platby free
Podporované Jazyky 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"
    ]
}