New Tab - What have you made today?
Chrome small motivating extension for your new tabs.
Was ist New Tab - What have you made today??
New Tab - What have you made today? ist eine Chrome-Erweiterung, die von Tim Holman entwickelt wurde, und ihr Hauptmerkmal ist "Chrome small motivating extension for your new tabs.".
Erweiterungsscreenshots
New Tab - What have you made today?-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab - What have you made today?-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
A fresh clean new tab screen, with a simple speed dial. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pjifadilbibcjmmomhihbpggjamnpfim |
| Offizielle URL | https://chromewebstore.google.com/detail/new-tab-what-have-you-mad/pjifadilbibcjmmomhihbpggjamnpfim |
| Beschreibung | Chrome small motivating extension for your new tabs. |
| Dateigröße | 178 KB |
| Installationsanzahl | 175 |
| Aktuelle Version | 1.0.5 |
| Letztes Update | 2017-12-11 |
| Veröffentlichungsdatum | 2017-12-11 |
| Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
| Entwickler | Tim Holman |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/tholman/what-have-you-made-today |
| Hilfeseite URL | https://github.com/tholman/what-have-you-made-today |
| Unterstützte Sprachen | 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
} | |