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.
Vad är Age Counter?
Age Counter är en Chrome-tillägg utvecklad av Cody Daniels, och dess huvudfunktion är "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.".
Tilläggsskärmbilder
Ladda ner Age Counter-förlängningens CRX-fil
Ladda ner Age 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
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) Grundläggande Information om Tillägg
| Namn | |
| ID | opednjnkpnkdndkmaciahffknkefpnle |
| Officiell webbadress | https://chromewebstore.google.com/detail/age-counter/opednjnkpnkdndkmaciahffknkefpnle |
| Beskrivning | 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. |
| Filstorlek | 12.96 KB |
| Antal Installationer | 2,170 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2017-07-15 |
| Publiceringsdatum | 2017-07-15 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | Cody Daniels |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |