ICYMT
Replace the new tab page with a new page that shows day, week, month, and year progress.
Wat is ICYMT?
ICYMT is een Chrome-extensie ontwikkeld door Paul Ruales, en de belangrijkste functie is "Replace the new tab page with a new page that shows day, week, month, and year progress.".
Extensie Screenshots
Download het CRX-bestand van de extensie ICYMT
Download ICYMT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | jmkkihpaeelahdfenocampaldgdameme |
| Officiële URL | https://chromewebstore.google.com/detail/icymt/jmkkihpaeelahdfenocampaldgdameme |
| Beschrijving | Replace the new tab page with a new page that shows day, week, month, and year progress. |
| Bestandsgrootte | 31.53 KB |
| Aantal Installaties | 26 |
| Huidige Versie | 0.3 |
| Laatst Bijgewerkt | 2020-02-02 |
| Publicatiedatum | 2020-02-02 |
| Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Paul Ruales |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |