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 là gì?
My Age Calculator là một tiện ích mở rộng Chrome được phát triển bởi https://myagecalculator.net, và tính năng chính của nó là "Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng My Age Calculator
Tải xuống các tệp mở rộng My Age Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bpkagkfeaeiapgfahnbjeilpmmpocald |
URL Chính Thức | https://chrome.google.com/webstore/detail/my-age-calculator/bpkagkfeaeiapgfahnbjeilpmmpocald |
Mô tả | Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday |
Kích Thước Tệp | 74.5 KB |
Số Lần Cài Đặt | 568 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-03-27 |
Ngày Phát Hành | 2020-03-27 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://myagecalculator.net |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://myagecalculator.net/ |
URL Trang Trợ Giúp | https://myagecalculator.net/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |