ICYMT
Replace the new tab page with a new page that shows day, week, month, and year progress.
什么是ICYMT?
ICYMT是由Paul Ruales开发的Chrome扩展程序,该扩展的主要功能是“Replace the new tab page with a new page that shows day, week, month, and year progress.”。
扩展截图
下载ICYMT扩展crx文件
下载ICYMT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
In case you missed time! Stop procrastination by replacing the new tab page with a new page that shows day, week, month, and year progress. Icon by Smashicons from www.flaticon.com. 扩展基本信息
| 名称 | |
| ID | jmkkihpaeelahdfenocampaldgdameme |
| 官方URL | https://chromewebstore.google.com/detail/icymt/jmkkihpaeelahdfenocampaldgdameme |
| 简介 | Replace the new tab page with a new page that shows day, week, month, and year progress. |
| 文件大小 | 31.53 KB |
| 安装次数 | 26 |
| 当前版本 | 0.3 |
| 更新时间 | 2020-02-02 |
| 上架时间 | 2020-02-02 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | Paul Ruales |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ICYMT",
"short_name": "ICYMT",
"version": "0.3",
"description": "Replace the new tab page with a new page that shows day, week, month, and year progress.",
"permissions": [
"activeTab"
],
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"16": "icons\/time-passing-16.png",
"128": "icons\/time-passing-128.png"
},
"manifest_version": 2
} | |