New Tab - What have you made today?
Chrome small motivating extension for your new tabs.
What is New Tab - What have you made today??
New Tab - What have you made today? is a Chrome extension developed by Tim Holman, and its main feature is "Chrome small motivating extension for your new tabs.".
Extension Screenshots
Download New Tab - What have you made today? Extension CRX File
Download New Tab - What have you made today? extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A fresh clean new tab screen, with a simple speed dial.
Extension Basic Information
Name | New Tab - What have you made today? |
ID | pjifadilbibcjmmomhihbpggjamnpfim |
Official URL | https://chromewebstore.google.com/detail/new-tab-what-have-you-mad/pjifadilbibcjmmomhihbpggjamnpfim |
Description | Chrome small motivating extension for your new tabs. |
File Size | 178 KB |
Installation Count | 175 |
Current Version | 1.0.5 |
Last Updated | 2017-12-11 |
Publish Date | 2017-12-11 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Tim Holman |
Payment Type | free |
Extension Website | https://github.com/tholman/what-have-you-made-today |
Help Page URL | https://github.com/tholman/what-have-you-made-today |
Supported Languages | 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 } |