ICYMT
Replace the new tab page with a new page that shows day, week, month, and year progress.
Cos'è ICYMT?
ICYMT è un'estensione di Chrome sviluppata da Paul Ruales, e la sua funzione principale è "Replace the new tab page with a new page that shows day, week, month, and year progress.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ICYMT
Scarica i file di estensione ICYMT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | jmkkihpaeelahdfenocampaldgdameme |
| URL Ufficiale | https://chromewebstore.google.com/detail/icymt/jmkkihpaeelahdfenocampaldgdameme |
| Descrizione | Replace the new tab page with a new page that shows day, week, month, and year progress. |
| Dimensione del File | 31.53 KB |
| Conteggio Installazioni | 26 |
| Versione Corrente | 0.3 |
| Ultimo Aggiornamento | 2020-02-02 |
| Data di Pubblicazione | 2020-02-02 |
| Valutazione | 4.33/5 Totale 3 Valutazioni |
| Sviluppatore | Paul Ruales |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |