New Tab - What have you made today?
Chrome small motivating extension for your new tabs.
Cos'è New Tab - What have you made today??
New Tab - What have you made today? è un'estensione di Chrome sviluppata da Tim Holman, e la sua funzione principale è "Chrome small motivating extension for your new tabs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab - What have you made today?
Scarica i file di estensione New Tab - What have you made today? 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
A fresh clean new tab screen, with a simple speed dial. Informazioni di Base sull'Estensione
| Nome | |
| ID | pjifadilbibcjmmomhihbpggjamnpfim |
| URL Ufficiale | https://chromewebstore.google.com/detail/new-tab-what-have-you-mad/pjifadilbibcjmmomhihbpggjamnpfim |
| Descrizione | Chrome small motivating extension for your new tabs. |
| Dimensione del File | 178 KB |
| Conteggio Installazioni | 175 |
| Versione Corrente | 1.0.5 |
| Ultimo Aggiornamento | 2017-12-11 |
| Data di Pubblicazione | 2017-12-11 |
| Valutazione | 4.67/5 Totale 3 Valutazioni |
| Sviluppatore | Tim Holman |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/tholman/what-have-you-made-today |
| URL della Pagina di Aiuto | https://github.com/tholman/what-have-you-made-today |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New Tab - What have you made today?",
"description": "Chrome small motivating extension for your new tabs.",
"short_name": "WHYMT - New Tab",
"version": "1.0.5",
"author": "Tim Holman",
"homepage_url": "https:\/\/github.com\/tholman\/what-have-you-made-today",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"topSites",
"storage"
],
"applications": {
"gecko": {
"id": "@what-have-you-made-today",
"strict_min_version": "54.0"
}
},
"manifest_version": 2
} | |