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 擴展基本資訊
| 名稱 | |
| ID | eajfdahjpfemgkabonmdjongbmhghlah |
| 官方網址 | 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'"
} | |