30k timeline

An extension that shows how many days you have lived (out of 30,000 days).

30k timelineคืออะไร?

30k timeline เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/sugasaki และคุณลักษณะหลักของมันคือ "An extension that shows how many days you have lived (out of 30,000 days)."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 30k timeline

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

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

                        Inspired by Edward Butler 30k

Please see YOUTUBE below for usage
https://youtu.be/O4VftACvHQ4                    

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

ชื่อ 30k timeline 30k timeline
ID eajfdahjpfemgkabonmdjongbmhghlah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/30k-timeline/eajfdahjpfemgkabonmdjongbmhghlah
คำอธิบาย An extension that shows how many days you have lived (out of 30,000 days).
ขนาดไฟล์ 1.98 MB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-01-27
วันที่เผยแพร่ 2019-01-26
ผู้พัฒนา https://sites.google.com/site/sugasaki
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://youtu.be/O4VftACvHQ4
URL หน้าช่วยเหลือ https://youtu.be/O4VftACvHQ4
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "30k timeline",
    "short_name": "React App",
    "description": "An extension that shows how many days you have lived (out of 30,000 days).",
    "version": "1.2",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}