30k timeline

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

What is 30k timeline?

30k timeline is a Chrome extension developed by https://sites.google.com/site/sugasaki, and its main feature is "An extension that shows how many days you have lived (out of 30,000 days).".

Extension Screenshots

screenshot

Download 30k timeline Extension CRX File

Download 30k timeline extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Inspired by Edward Butler 30k

Please see YOUTUBE below for usage
https://youtu.be/O4VftACvHQ4                    

Extension Basic Information

Name 30k timeline 30k timeline
ID eajfdahjpfemgkabonmdjongbmhghlah
Official URL https://chromewebstore.google.com/detail/30k-timeline/eajfdahjpfemgkabonmdjongbmhghlah
Description An extension that shows how many days you have lived (out of 30,000 days).
File Size 1.98 MB
Installation Count 78
Current Version 1.2
Last Updated 2019-01-27
Publish Date 2019-01-26
Developer https://sites.google.com/site/sugasaki
Payment Type free
Extension Website https://youtu.be/O4VftACvHQ4
Help Page URL https://youtu.be/O4VftACvHQ4
Supported Languages 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'"
}