Life Counter
Counting the moments of your life
Life Counterとは何ですか?
Life Counterはjin.alexによって開発されたChromeの拡張機能で、その主な機能は「Counting the moments of your life」です。
拡張機能のスクリーンショット
Life Counter拡張機能のCRXファイルをダウンロード
Life Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Minimalistic counter that shows time between a specified date and now on all your new tabs.
v2 What's New?
-bookmarks
-fixed timezone issues
-adjusted positioning of elements
-option to add a message for what you are counting up/down from/to
Personally I use it to see how long I have been alive but it can count up from a past date or count down to a date in the future.
Use Cases:
- years you've been alive
- seconds until the new year
- number of days until your favourite artists drops that fire mixtape
- etc 拡張機能の基本情報
| 名前 | |
| ID | bnbpeolijjenmnpfiohapnejmhoecchh |
| 公式URL | https://chromewebstore.google.com/detail/life-counter/bnbpeolijjenmnpfiohapnejmhoecchh |
| 説明 | Counting the moments of your life |
| ファイルサイズ | 104 KB |
| インストール数 | 839 |
| 現在のバージョン | 2.0.0 |
| 最終更新日 | 2016-01-01 |
| 公開日 | 2015-12-31 |
| 評価 | 4.88/5 合計 8 レビュー |
| 開発者 | jin.alex |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Life Counter",
"description": "Counting the moments of your life",
"version": "2.0.0",
"manifest_version": 2,
"options_page": "options.html",
"permissions": [
"storage"
],
"icons": {
"128": "icon_128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |