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はhttps://myagecalculator.netによって開発されたChromeの拡張機能で、その主な機能は「Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday」です。
拡張機能のスクリーンショット
My Age Calculator拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |