Days left for
Days left for is an extension which overrides your new tab with a simple days counter.
什么是Days left for?
Days left for是由Dishant Kaushik开发的Chrome扩展程序,该扩展的主要功能是“Days left for is an extension which overrides your new tab with a simple days counter.”。
扩展截图
下载Days left for扩展crx文件
下载Days left for扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Days left for is an extension which overrides your new tab with a simple days counter. This can be helpful if you want to get reminded of something important but don't want to open a calendar for it. It keeps your top visited websites and your recent search history to keep functionality. Wallpapers powered by Unsplash. 扩展基本信息
| 名称 | |
| ID | llnlifjlmlfeifhlahlhfjcogijaebnj |
| 官方URL | https://chromewebstore.google.com/detail/days-left-for/llnlifjlmlfeifhlahlhfjcogijaebnj |
| 简介 | Days left for is an extension which overrides your new tab with a simple days counter. |
| 文件大小 | 759 KB |
| 安装次数 | 144 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2019-11-01 |
| 上架时间 | 2019-10-31 |
| 评分 | 4.75/5 共4次评分 |
| 开发者 | Dishant Kaushik |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Days left for",
"version": "1.0.0",
"description": "Days left for is an extension which overrides your new tab with a simple days counter.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"history",
"topSites"
],
"icons": {
"16": "favicon-16x16.png",
"48": "icon-48x48.png",
"128": "icon-128x128.png"
},
"content_security_policy": "script-src 'self' 'sha256-TnMQHPsY7JCtYsDQ5jgYo775G7KMmY4IJC\/DWJT8P9U='; object-src 'self'"
} | |