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 |
| 官方網址 | 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"
}
} | |