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. 拡張機能の基本情報
| 名前 | |
| ID | ehkopmgbaklbnbdlhmaddkddjbhnkajo |
| 公式URL | 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
} | |