Life Counter

Counting the moments of your life

Life Counterคืออะไร?

Life Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jin.alex และคุณลักษณะหลักของมันคือ "Counting the moments of your life"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Life Counter

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Life Counter Life Counter
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"
    }
}