Life Calendar Chrome Extension
An Extension that shows you how much life you have to live when you open a tab.
Life Calendar Chrome Extensionとは何ですか?
Life Calendar Chrome Extensionはhttps://nibbles-n-bytes.vercel.appによって開発されたChromeの拡張機能で、その主な機能は「An Extension that shows you how much life you have to live when you open a tab.」です。
拡張機能のスクリーンショット
Life Calendar Chrome Extension拡張機能のCRXファイルをダウンロード
Life Calendar Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Chrome Extension shows you how much life you have to live when you open a new tab. Sometimes life seems really short, and other times it seems impossibly long. One thing is for sure. This calendar shows life is most certainly finite. These are your weeks. Are you making the most of them?
拡張機能の基本情報
名前 | Life Calendar Chrome Extension |
ID | ncnnilckkcbigajknhohhodjdebannnf |
公式URL | https://chromewebstore.google.com/detail/life-calendar-chrome-exte/ncnnilckkcbigajknhohhodjdebannnf |
説明 | An Extension that shows you how much life you have to live when you open a tab. |
ファイルサイズ | 15.81 MB |
インストール数 | 99 |
現在のバージョン | 1.0 |
最終更新日 | 2020-07-22 |
公開日 | 2020-07-22 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://nibbles-n-bytes.vercel.app |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://nibbles-n-bytes.vercel.app/ |
ヘルプページのURL | https://github.com/alicelovescake/life-calendar |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Life Calendar Chrome Extension", "version": "1.0", "chrome_url_overrides": { "newtab": "lifecalendar.html" }, "description": "An Extension that shows you how much life you have to live when you open a tab.", "permissions": [ "storage" ], "browser_action": { "default_title": "Life Calendar", "default_popup": "popup.html", "default_icon": { "128": "images\/hourglass.png" } }, "icons": { "128": "images\/hourglass.png" }, "manifest_version": 2 } |