New Tab - What have you made today?
Chrome small motivating extension for your new tabs.
Wat is New Tab - What have you made today??
New Tab - What have you made today? is een Chrome-extensie ontwikkeld door Tim Holman, en de belangrijkste functie is "Chrome small motivating extension for your new tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie New Tab - What have you made today?
Download New Tab - What have you made today?-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
A fresh clean new tab screen, with a simple speed dial. Basisinformatie over de Extensie
| Naam | |
| ID | pjifadilbibcjmmomhihbpggjamnpfim |
| Officiële URL | https://chromewebstore.google.com/detail/new-tab-what-have-you-mad/pjifadilbibcjmmomhihbpggjamnpfim |
| Beschrijving | Chrome small motivating extension for your new tabs. |
| Bestandsgrootte | 178 KB |
| Aantal Installaties | 175 |
| Huidige Versie | 1.0.5 |
| Laatst Bijgewerkt | 2017-12-11 |
| Publicatiedatum | 2017-12-11 |
| Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Tim Holman |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/tholman/what-have-you-made-today |
| Help Pagina-URL | https://github.com/tholman/what-have-you-made-today |
| Ondersteunde Talen | 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
} | |