New Tab - What have you made today?
Chrome small motivating extension for your new tabs.
什么是New Tab - What have you made today??
New Tab - What have you made today?是由Tim Holman开发的Chrome扩展程序,该扩展的主要功能是“Chrome small motivating extension for your new tabs.”。
扩展截图
下载New Tab - What have you made today?扩展crx文件
下载New Tab - What have you made today?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A fresh clean new tab screen, with a simple speed dial. 扩展基本信息
| 名称 | |
| ID | pjifadilbibcjmmomhihbpggjamnpfim |
| 官方URL | https://chromewebstore.google.com/detail/new-tab-what-have-you-mad/pjifadilbibcjmmomhihbpggjamnpfim |
| 简介 | Chrome small motivating extension for your new tabs. |
| 文件大小 | 178 KB |
| 安装次数 | 175 |
| 当前版本 | 1.0.5 |
| 更新时间 | 2017-12-11 |
| 上架时间 | 2017-12-11 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | Tim Holman |
| 付费类型 | free |
| 扩展官网 | https://github.com/tholman/what-have-you-made-today |
| 帮助页面URL | https://github.com/tholman/what-have-you-made-today |
| 支持的语言 | 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
} | |