Date calculator

Date Calculator: count days between dates and do date maths: add days to a date or subtract days, quick date to date calculator

Cos'è Date calculator?

Date calculator è un'estensione di Chrome sviluppata da https://date-calculator.ru, e la sua funzione principale è "Date Calculator: count days between dates and do date maths: add days to a date or subtract days, quick date to date calculator".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Date calculator

Scarica i file di estensione Date calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        🌐 Need to calculate dates?
Welcome to the "Date Calculator" Chrome Extension, your ultimate tool for calculating dates efficiently. Whether you're a professional, student, or just someone who loves to keep their schedule in check, "Date Calculator" is here to simplify your life.

💻 How to use Date Calculator extension: 
1️⃣ Click the "Add to Chrome" button in the upper right corner and pin it to the toolbar for easy access.
2️⃣ Choose the mode: Days count or Math operations
3️⃣ For Days count: Choose two dates with help of datepickers and get your result
4️⃣ For Math operations: Choose the start date and then add or subtract years, months and days!
5️⃣ Yes, it’s that easy :)

🔍 Features of Date Calculator:
You can quickly find out the number of days, months, or even years between two dates. This feature is perfect for project planning, tracking important milestones, and organizing your personal events.

📅 Date Addition/Subtraction:
"Date Calculator" also offers the functionality to add or subtract days, months, or years from a given date. This feature is particularly useful for planning ahead or looking back at past events with precision.

💡 User-Friendly Interface:
The interface of "Date Calculator" is designed with simplicity and ease of use in mind. It's intuitive and straightforward, ensuring that you can get your calculations done without any hassle.

🌍 Multi-Format Date Support:
"Date Calculator" supports various date formats, catering to a global audience. Whether you prefer MM/DD/YYYY, DD.MM.YYYY or DD/MM/YYYY, this extension has got you covered.

🔄 Quick and Accurate:
The calculations made by "Date Calculator" are both quick and accurate, ensuring that you can trust the results for any important planning or scheduling.

👥 For Everyone:
"Date Calculator" is not just for professionals. It's an excellent tool for students, teachers, event planners, and anyone who deals with dates in their daily life.

🛠 Customizable Settings:
"Date Calculator" comes with customizable settings, allowing you to tailor the experience to your personal preferences and needs.

📚 Educational and Practical:
"Date Calculator" is not only a practical tool for daily use but also an educational resource. It helps users understand the concept of time intervals and the importance of time management.

🌟 Reliable and Consistent:
Consistency and reliability are key features of "Date Calculator." You can count on it to provide the same accurate results every time you use it.

📈 Perfect for Professionals:
"Date Calculator" is especially beneficial for professionals who deal with project deadlines, event planning, and other time-sensitive tasks.

📣 Stay Organized:
With "Date Calculator," staying organized becomes much simpler. Plan your events, meetings, and deadlines effortlessly, and never lose track of important dates again.

🌟 Conclusion:
"Date Calculator" is more than just a Chrome Extension; it's a comprehensive solution for all your date calculation needs. Download this incredible extension today and experience a more organized and efficient way of handling dates in your personal and professional life.                    

Informazioni di Base sull'Estensione

Nome Date calculator Date calculator
ID dkpicbfmohcgedbddhkobnojmbenikjc
URL Ufficiale https://chromewebstore.google.com/detail/date-calculator/dkpicbfmohcgedbddhkobnojmbenikjc
Descrizione Date Calculator: count days between dates and do date maths: add days to a date or subtract days, quick date to date calculator
Dimensione del File 143 KB
Conteggio Installazioni 135
Versione Corrente 0.1.1
Ultimo Aggiornamento 2024-03-03
Data di Pubblicazione 2024-01-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://date-calculator.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://date-calculator.ru
URL della Pagina della Politica sulla Privacy https://docs.google.com/document/d/e/2PACX-1vROoo8yur1xyb_gKRRFIC-TKveKFJRZr-WWriveKmHFW28CtKRg71hyvra7Xyoic0ILQhAW22qRNdbe/pub
Lingue Supportate id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon_48.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-da78a9fb.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/index-ffb1c893.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/icon_16.png",
                "img\/icon_32.png",
                "img\/icon_48.png",
                "img\/icon_128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/chunk-a9aaa855.js",
                "assets\/chunk-72c92e23.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage"
    ]
}