Age Calculator

Age calculator will help you calculate age from the date of birth to the current date or to another date in years, months and days

Age Calculator là gì?

Age Calculator là một tiện ích mở rộng Chrome được phát triển bởi fontlucker, và tính năng chính của nó là "Age calculator will help you calculate age from the date of birth to the current date or to another date in years, months and days".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Age Calculator

Tải xuống các tệp mở rộng 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

                        Download this age calculator to calculate age time (in years, months, days). You can use this calculator to keep track of the days left until your next birthday, anniversary, or any special occasion. Enter your date of birth to calculate the age interval between your date of birth and the current date. This age calculator will always be at your fingertips, just click on the extension icon and the calculator will open right on the page of the current site.
 
Just download the age calculator app and use it as intended. With this calculator you can forget about age calculator sites because this calculator will always work even offline.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Age Calculator Age Calculator
ID gbaakcccffklmhhjhfamehdfcieojmbb
URL Chính Thức https://chromewebstore.google.com/detail/age-calculator/gbaakcccffklmhhjhfamehdfcieojmbb
Mô tả Age calculator will help you calculate age from the date of birth to the current date or to another date in years, months and days
Kích Thước Tệp 72.46 KB
Số Lần Cài Đặt 713
Phiên Bản Hiện Tại 0.0.03
Cập Nhật Lần Cuối 2021-07-29
Ngày Phát Hành 2021-07-16
Đánh Giá 5.00/5 Tổng số 25 Đánh Giá
Nhà Phát Triển fontlucker
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1VdvBnv7FoO7hG2rE01agSxZxRil0oVSCpPNuX6j4J3s
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it,pl,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.03",
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "128": "icons\/calculatorplus_icon-128px.png"
    },
    "web_accessible_resources": [
        "css\/content.css",
        "icons\/*.png",
        "icons\/sprites\/*.png"
    ],
    "browser_action": {
        "default_title": "Simple Calculator",
        "default_icon": {
            "128": "icons\/calculatorplus_icon-128px.png"
        }
    }
}