ICYMT
Replace the new tab page with a new page that shows day, week, month, and year progress.
Co to jest ICYMT?
ICYMT to rozszerzenie Chrome opracowane przez Paul Ruales, a jego główną funkcją jest „Replace the new tab page with a new page that shows day, week, month, and year progress.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ICYMT
Pobierz pliki rozszerzeń ICYMT 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
In case you missed time! Stop procrastination by replacing the new tab page with a new page that shows day, week, month, and year progress. Icon by Smashicons from www.flaticon.com. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jmkkihpaeelahdfenocampaldgdameme |
| Oficjalny URL | https://chromewebstore.google.com/detail/icymt/jmkkihpaeelahdfenocampaldgdameme |
| Opis | Replace the new tab page with a new page that shows day, week, month, and year progress. |
| Rozmiar pliku | 31.53 KB |
| Liczba instalacji | 26 |
| Aktualna Wersja | 0.3 |
| Ostatnia Aktualizacja | 2020-02-02 |
| Data Publikacji | 2020-02-02 |
| Ocena | 4.33/5 Łącznie 3 Oceny |
| Deweloper | Paul Ruales |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ICYMT",
"short_name": "ICYMT",
"version": "0.3",
"description": "Replace the new tab page with a new page that shows day, week, month, and year progress.",
"permissions": [
"activeTab"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"16": "icons\/time-passing-16.png",
"128": "icons\/time-passing-128.png"
},
"manifest_version": 2
} | |