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.
Cos'è Age Counter?
Age Counter è un'estensione di Chrome sviluppata da Cody Daniels, e la sua funzione principale è "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.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Age Counter
Scarica i file di estensione Age Counter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) Informazioni di Base sull'Estensione
| Nome | |
| ID | opednjnkpnkdndkmaciahffknkefpnle |
| URL Ufficiale | https://chromewebstore.google.com/detail/age-counter/opednjnkpnkdndkmaciahffknkefpnle |
| Descrizione | 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. |
| Dimensione del File | 12.96 KB |
| Conteggio Installazioni | 2,170 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2017-07-15 |
| Data di Pubblicazione | 2017-07-15 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | Cody Daniels |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |