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'" } |