New Tab - What have you made today?
Chrome small motivating extension for your new tabs.
Hvad er New Tab - What have you made today??
New Tab - What have you made today? er en Chrome-udvidelse udviklet af Tim Holman, og dens hovedfunktion er "Chrome small motivating extension for your new tabs.".
Udvidelsesskærmbilleder
Download New Tab - What have you made today?-udvidelses-CRX-fil
Download New Tab - What have you made today?-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A fresh clean new tab screen, with a simple speed dial. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pjifadilbibcjmmomhihbpggjamnpfim |
| Officiel URL | https://chromewebstore.google.com/detail/new-tab-what-have-you-mad/pjifadilbibcjmmomhihbpggjamnpfim |
| Beskrivelse | Chrome small motivating extension for your new tabs. |
| Filstørrelse | 178 KB |
| Antal Installationer | 175 |
| Nuværende Version | 1.0.5 |
| Senest Opdateret | 2017-12-11 |
| Udgivelsesdato | 2017-12-11 |
| Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
| Udvikler | Tim Holman |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/tholman/what-have-you-made-today |
| Hjælpeside-URL | https://github.com/tholman/what-have-you-made-today |
| Understøttede Sprog | 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
} | |