Life Calendar Chrome Extension
An Extension that shows you how much life you have to live when you open a tab.
Life Calendar Chrome Extensionคืออะไร?
Life Calendar Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nibbles-n-bytes.vercel.app และคุณลักษณะหลักของมันคือ "An Extension that shows you how much life you have to live when you open a tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Life Calendar Chrome Extension
ดาวน์โหลดไฟล์ส่วนขยาย Life Calendar Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome Extension shows you how much life you have to live when you open a new tab. Sometimes life seems really short, and other times it seems impossibly long. One thing is for sure. This calendar shows life is most certainly finite. These are your weeks. Are you making the most of them?
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Life Calendar Chrome Extension |
ID | ncnnilckkcbigajknhohhodjdebannnf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/life-calendar-chrome-exte/ncnnilckkcbigajknhohhodjdebannnf |
คำอธิบาย | An Extension that shows you how much life you have to live when you open a tab. |
ขนาดไฟล์ | 15.81 MB |
จำนวนการติดตั้ง | 99 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-07-22 |
วันที่เผยแพร่ | 2020-07-22 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://nibbles-n-bytes.vercel.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nibbles-n-bytes.vercel.app/ |
URL หน้าช่วยเหลือ | https://github.com/alicelovescake/life-calendar |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Life Calendar Chrome Extension", "version": "1.0", "chrome_url_overrides": { "newtab": "lifecalendar.html" }, "description": "An Extension that shows you how much life you have to live when you open a tab.", "permissions": [ "storage" ], "browser_action": { "default_title": "Life Calendar", "default_popup": "popup.html", "default_icon": { "128": "images\/hourglass.png" } }, "icons": { "128": "images\/hourglass.png" }, "manifest_version": 2 } |