Mortality
Replace new tab page with a counter of your age
什么是Mortality?
Mortality是由alphabt开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab page with a counter of your age”。
扩展截图
下载Mortality扩展crx文件
下载Mortality扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension replaces the new tab page with a counter of your age. Let's live life to the fullest and don't waste a second of it.
GitHub: https://github.com/alphabt/mortality 扩展基本信息
| 名称 | |
| ID | dmcopoldcoemapdejndbdnfmbofbkmbh |
| 官方URL | https://chromewebstore.google.com/detail/mortality/dmcopoldcoemapdejndbdnfmbofbkmbh |
| 简介 | Replace new tab page with a counter of your age |
| 文件大小 | 210 KB |
| 安装次数 | 226 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2021-08-01 |
| 上架时间 | 2020-04-12 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | alphabt |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/alphabt/mortality |
| 帮助页面URL | https://github.com/alphabt/mortality/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"chrome_url_overrides": {
"newtab": "tab.html"
},
"version": "1.2.0",
"content_security_policy": "script-src 'self' ; object-src 'self'"
} | |