Your Life in Weeks
New tab page that will depress and maybe motivate you
Your Life in Weeksとは何ですか?
Your Life in Weeksはlifeinweeksappによって開発されたChromeの拡張機能で、その主な機能は「New tab page that will depress and maybe motivate you」です。
拡張機能のスクリーンショット
Your Life in Weeks拡張機能のCRXファイルをダウンロード
Your Life in Weeks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A new tab page that will depress and maybe motivate you. Inspired by this post http://waitbutwhy.com/2014/05/life-weeks.html, I made this extension so I would see how much of my life I'm wasting every time I open a new tab.
You can also enter important intervals of your life to view them on the life calendar. 拡張機能の基本情報
| 名前 | |
| ID | jkhenjfgldkaodagnpbicdmbmfagcfen |
| 公式URL | https://chromewebstore.google.com/detail/your-life-in-weeks/jkhenjfgldkaodagnpbicdmbmfagcfen |
| 説明 | New tab page that will depress and maybe motivate you |
| ファイルサイズ | 10.8 KB |
| インストール数 | 512 |
| 現在のバージョン | 1.3.2 |
| 最終更新日 | 2018-08-02 |
| 公開日 | 2018-08-02 |
| 評価 | 4.50/5 合計 2 レビュー |
| 開発者 | lifeinweeksapp |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Your Life in Weeks",
"description": "New tab page that will depress and maybe motivate you",
"version": "1.3.2",
"manifest_version": 2,
"permissions": [
"storage"
],
"icons": {
"128": "icon.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |