My Age Calculator
Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday
My Age Calculatorคืออะไร?
My Age Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://myagecalculator.net และคุณลักษณะหลักของมันคือ "Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Age Calculator
ดาวน์โหลดไฟล์ส่วนขยาย My Age Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Age calculator is online tool to calculate age from date of birth to current date. It can also be used to calculate time difference between two dates. The output format of the time difference is in terms of years, months and days. The calculation of age or time difference does not depend on the timezone of the person as the output is the difference of the time. This age calculator is created on the basis of most common age system, so that it stays relevant for most of the people.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bpkagkfeaeiapgfahnbjeilpmmpocald |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/my-age-calculator/bpkagkfeaeiapgfahnbjeilpmmpocald |
คำอธิบาย | Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday |
ขนาดไฟล์ | 74.5 KB |
จำนวนการติดตั้ง | 568 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-03-27 |
วันที่เผยแพร่ | 2020-03-27 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://myagecalculator.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://myagecalculator.net/ |
URL หน้าช่วยเหลือ | https://myagecalculator.net/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Age Calculator", "description": "Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday", "version": "1.0", "manifest_version": 2, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "logo.png" } } |