Lifeday
Motivate yourself by measuring your life in days instead of years.
Lifedayとは何ですか?
Lifedayはhttps://j.cin.isによって開発されたChromeの拡張機能で、その主な機能は「Motivate yourself by measuring your life in days instead of years.」です。
拡張機能のスクリーンショット
Lifeday拡張機能のCRXファイルをダウンロード
Lifeday拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Lifeday replaces your default new-tab page in Chrome with the number of days that you have been alive. The hope is that this will help to inspire you to make this day more meaningful, to waste less time, and to work towards those things that might fulfill you most.
拡張機能の基本情報
名前 | Lifeday |
ID | bjnakdpcancplfbpcgckhilkgdjbfdal |
公式URL | https://chromewebstore.google.com/detail/lifeday/bjnakdpcancplfbpcgckhilkgdjbfdal |
説明 | Motivate yourself by measuring your life in days instead of years. |
ファイルサイズ | 415 KB |
インストール数 | 35 |
現在のバージョン | 1.0.0 |
最終更新日 | 2019-03-27 |
公開日 | 2019-03-27 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://j.cin.is |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jcinis/lifeday/ |
ヘルプページのURL | https://github.com/jcinis/lifeday/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lifeday", "description": "Motivate yourself by measuring your life in days instead of years.", "version": "1.0.0", "manifest_version": 2, "offline_enabled": true, "background": { "persistent": false, "scripts": [ "chrome.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "lifeday-logo-16.png", "32": "lifeday-logo-32.png", "48": "lifeday-logo-48.png", "128": "lifeday-logo-128.png" } } |