30k timeline
An extension that shows how many days you have lived (out of 30,000 days).
什么是30k timeline?
30k timeline是由https://sites.google.com/site/sugasaki开发的Chrome扩展程序,该扩展的主要功能是“An extension that shows how many days you have lived (out of 30,000 days).”。
扩展截图
下载30k timeline扩展crx文件
下载30k timeline扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Inspired by Edward Butler 30k Please see YOUTUBE below for usage https://youtu.be/O4VftACvHQ4
扩展基本信息
名称 | 30k timeline |
ID | eajfdahjpfemgkabonmdjongbmhghlah |
官方URL | https://chromewebstore.google.com/detail/30k-timeline/eajfdahjpfemgkabonmdjongbmhghlah |
简介 | An extension that shows how many days you have lived (out of 30,000 days). |
文件大小 | 1.98 MB |
安装次数 | 78 |
当前版本 | 1.2 |
更新时间 | 2019-01-27 |
上架时间 | 2019-01-26 |
开发者 | https://sites.google.com/site/sugasaki |
付费类型 | free |
扩展官网 | https://youtu.be/O4VftACvHQ4 |
帮助页面URL | https://youtu.be/O4VftACvHQ4 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "30k timeline", "short_name": "React App", "description": "An extension that shows how many days you have lived (out of 30,000 days).", "version": "1.2", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'" } |