Prana: Your time is limited
Live age and life percentage on a new tab that gives a constant reminder that your time is limited.
什么是Prana: Your time is limited?
Prana: Your time is limited是由manthan1674开发的Chrome扩展程序,该扩展的主要功能是“Live age and life percentage on a new tab that gives a constant reminder that your time is limited.”。
扩展截图
下载Prana: Your time is limited扩展crx文件
下载Prana: Your time is limited扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Your time is limited; I hope Prana serves as a reminder for you to use your time wisely. Prana also provides inspiring quotes on your new tab and comes with a sleek dark mode. 扩展基本信息
| 名称 | |
| ID | leggjfhgckdnbkhgmlifalfhhbmlajbh |
| 官方URL | https://chromewebstore.google.com/detail/prana-your-time-is-limite/leggjfhgckdnbkhgmlifalfhhbmlajbh |
| 简介 | Live age and life percentage on a new tab that gives a constant reminder that your time is limited. |
| 文件大小 | 55.71 KB |
| 安装次数 | 122 |
| 当前版本 | 2.0.1 |
| 更新时间 | 2024-01-02 |
| 上架时间 | 2023-05-14 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | manthan1674 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Prana: Your time is limited",
"version": "2.0.1",
"description": "Live age and life percentage on a new tab that gives a constant reminder that your time is limited.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage"
],
"icons": {
"16": ".\/assets\/favicon\/icon16.png",
"32": ".\/assets\/favicon\/icon32.png",
"48": ".\/assets\/favicon\/icon48.png",
"128": ".\/assets\/favicon\/icon128.png"
}
} | |