Age Counter

Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.

Age Counterคืออะไร?

Age Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cody Daniels และคุณลักษณะหลักของมันคือ "Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Age Counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Customizations:
- Name
- Birthdate and time
- Background gradient

Background gradients:
- Red
- Orange
- Yellow
- Green
- Light Blue
- Dark Blue
- Purple
- Gray
- Black
- Random (one of the above gradients is chosen every time a new tab opens)                    

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

ชื่อ Age Counter Age Counter
ID opednjnkpnkdndkmaciahffknkefpnle
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/age-counter/opednjnkpnkdndkmaciahffknkefpnle
คำอธิบาย Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.
ขนาดไฟล์ 12.96 KB
จำนวนการติดตั้ง 2,170
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2017-07-15
วันที่เผยแพร่ 2017-07-15
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Cody Daniels
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Age Counter",
    "description": "Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.",
    "version": "1.1.0",
    "manifest_version": 2,
    "author": "Cody Daniels",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}