Life Calendar Chrome Extension
An Extension that shows you how much life you have to live when you open a tab.
什么是Life Calendar Chrome Extension?
Life Calendar Chrome Extension是由https://nibbles-n-bytes.vercel.app开发的Chrome扩展程序,该扩展的主要功能是“An Extension that shows you how much life you have to live when you open a tab.”。
扩展截图
下载Life Calendar Chrome Extension扩展crx文件
下载Life Calendar Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Chrome Extension shows you how much life you have to live when you open a new tab. Sometimes life seems really short, and other times it seems impossibly long. One thing is for sure. This calendar shows life is most certainly finite. These are your weeks. Are you making the most of them?
扩展基本信息
名称 | Life Calendar Chrome Extension |
ID | ncnnilckkcbigajknhohhodjdebannnf |
官方URL | https://chromewebstore.google.com/detail/life-calendar-chrome-exte/ncnnilckkcbigajknhohhodjdebannnf |
简介 | An Extension that shows you how much life you have to live when you open a tab. |
文件大小 | 15.81 MB |
安装次数 | 99 |
当前版本 | 1.0 |
更新时间 | 2020-07-22 |
上架时间 | 2020-07-22 |
评分 | 5.00/5 共2次评分 |
开发者 | https://nibbles-n-bytes.vercel.app |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://nibbles-n-bytes.vercel.app/ |
帮助页面URL | https://github.com/alicelovescake/life-calendar |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Life Calendar Chrome Extension", "version": "1.0", "chrome_url_overrides": { "newtab": "lifecalendar.html" }, "description": "An Extension that shows you how much life you have to live when you open a tab.", "permissions": [ "storage" ], "browser_action": { "default_title": "Life Calendar", "default_popup": "popup.html", "default_icon": { "128": "images\/hourglass.png" } }, "icons": { "128": "images\/hourglass.png" }, "manifest_version": 2 } |