Life Calendar
Remainder of your life in weeks
什麼是Life Calendar?
Life Calendar是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Remainder of your life in weeks”。
擴展截圖
下載Life Calendar擴展crx文件
下載Life Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Inspired by Tim Urban's Ted Talk [https://www.youtube.com/watch?v=arj7oStGLkU], this extension will show you how many weeks you have left to live. Each box equals one week.
擴展基本資訊
名稱 | Life Calendar |
ID | ehkopmgbaklbnbdlhmaddkddjbhnkajo |
官方網址 | https://chromewebstore.google.com/detail/life-calendar/ehkopmgbaklbnbdlhmaddkddjbhnkajo |
簡介 | Remainder of your life in weeks |
檔案大小 | 56.38 KB |
安裝次數 | 239 |
目前版本 | 1.0 |
更新時間 | 2018-09-25 |
上架時間 | 2018-09-24 |
評分 | 1.00/5 共 1 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Life Calendar", "version": "1.0", "description": "Remainder of your life in weeks", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2 } |