ICYMT
Replace the new tab page with a new page that shows day, week, month, and year progress.
Was ist ICYMT?
ICYMT ist eine Chrome-Erweiterung, die von Paul Ruales entwickelt wurde, und ihr Hauptmerkmal ist "Replace the new tab page with a new page that shows day, week, month, and year progress.".
Erweiterungsscreenshots
ICYMT-Erweiterungs-CRX-Datei herunterladen
Laden Sie ICYMT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jmkkihpaeelahdfenocampaldgdameme |
| Offizielle URL | https://chromewebstore.google.com/detail/icymt/jmkkihpaeelahdfenocampaldgdameme |
| Beschreibung | Replace the new tab page with a new page that shows day, week, month, and year progress. |
| Dateigröße | 31.53 KB |
| Installationsanzahl | 26 |
| Aktuelle Version | 0.3 |
| Letztes Update | 2020-02-02 |
| Veröffentlichungsdatum | 2020-02-02 |
| Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
| Entwickler | Paul Ruales |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |