New Tab - What have you made today?
Chrome small motivating extension for your new tabs.
Vad är New Tab - What have you made today??
New Tab - What have you made today? är en Chrome-tillägg utvecklad av Tim Holman, och dess huvudfunktion är "Chrome small motivating extension for your new tabs.".
Tilläggsskärmbilder
Ladda ner New Tab - What have you made today?-förlängningens CRX-fil
Ladda ner New Tab - What have you made today?-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A fresh clean new tab screen, with a simple speed dial. Grundläggande Information om Tillägg
| Namn | |
| ID | pjifadilbibcjmmomhihbpggjamnpfim |
| Officiell webbadress | https://chromewebstore.google.com/detail/new-tab-what-have-you-mad/pjifadilbibcjmmomhihbpggjamnpfim |
| Beskrivning | Chrome small motivating extension for your new tabs. |
| Filstorlek | 178 KB |
| Antal Installationer | 175 |
| Aktuell Version | 1.0.5 |
| Senast Uppdaterad | 2017-12-11 |
| Publiceringsdatum | 2017-12-11 |
| Betyg | 4.67/5 Totalt 3 Betyg |
| Utvecklare | Tim Holman |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/tholman/what-have-you-made-today |
| Hjälpsida URL | https://github.com/tholman/what-have-you-made-today |
| Stödda Språk | 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
} | |