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 to jest Age Counter?
Age Counter to rozszerzenie Chrome opracowane przez Cody Daniels, a jego główną funkcją jest „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.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Age Counter
Pobierz pliki rozszerzeń Age Counter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | opednjnkpnkdndkmaciahffknkefpnle |
| Oficjalny URL | https://chromewebstore.google.com/detail/age-counter/opednjnkpnkdndkmaciahffknkefpnle |
| Opis | 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. |
| Rozmiar pliku | 12.96 KB |
| Liczba instalacji | 2,170 |
| Aktualna Wersja | 1.1.0 |
| Ostatnia Aktualizacja | 2017-07-15 |
| Data Publikacji | 2017-07-15 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | Cody Daniels |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |