30k

An extension that shows how many days you have lived (out of 30,000 days).

什么是30k?

30k是由edwardobutler开发的Chrome扩展程序,该扩展的主要功能是“An extension that shows how many days you have lived (out of 30,000 days).”。

扩展截图

screenshot

下载30k扩展crx文件

下载30k扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        You are given 30,000 days to live the life that you want to live. How many days down are you? This extension will remind you each time you open a new chrome window!                    

扩展基本信息

名称 30k 30k
ID olbpglaibapheinfojhgiaenneioilpn
官方URL https://chromewebstore.google.com/detail/30k/olbpglaibapheinfojhgiaenneioilpn
简介 An extension that shows how many days you have lived (out of 30,000 days).
文件大小 526 KB
安装次数 2,133
当前版本 1.0
更新时间 2018-12-24
上架时间 2018-12-23
评分 4.70/5 共10次评分
开发者 edwardobutler
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "30k",
    "description": "An extension that shows how many days you have lived (out of 30,000 days).",
    "version": "1.0",
    "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'"
}