Mortality
Replace new tab page with a counter of your age
Mortalityとは何ですか?
Mortalityはalphabtによって開発されたChromeの拡張機能で、その主な機能は「Replace new tab page with a counter of your age」です。
拡張機能のスクリーンショット
Mortality拡張機能のCRXファイルをダウンロード
Mortality拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension replaces the new tab page with a counter of your age. Let's live life to the fullest and don't waste a second of it. GitHub: https://github.com/alphabt/mortality
拡張機能の基本情報
名前 | Mortality |
ID | dmcopoldcoemapdejndbdnfmbofbkmbh |
公式URL | https://chromewebstore.google.com/detail/mortality/dmcopoldcoemapdejndbdnfmbofbkmbh |
説明 | Replace new tab page with a counter of your age |
ファイルサイズ | 210 KB |
インストール数 | 226 |
現在のバージョン | 1.2.0 |
最終更新日 | 2021-08-01 |
公開日 | 2020-04-12 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | alphabt |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/alphabt/mortality |
ヘルプページのURL | https://github.com/alphabt/mortality/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "chrome_url_overrides": { "newtab": "tab.html" }, "version": "1.2.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |