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" } } |