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

Date calculator란 무엇입니까?

Date calculator은(는) https://date-calculator.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Date Calculator: count days between dates and do date maths: add days to a date or subtract days, quick date to date calculator"입니다.

확장 프로그램 스크린샷

screenshot

Date calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🌐 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.                    

확장 프로그램 기본 정보

이름 Date calculator Date calculator
ID dkpicbfmohcgedbddhkobnojmbenikjc
공식 URL https://chromewebstore.google.com/detail/date-calculator/dkpicbfmohcgedbddhkobnojmbenikjc
설명 Date Calculator: count days between dates and do date maths: add days to a date or subtract days, quick date to date calculator
파일 크기 143 KB
설치 횟수 135
현재 버전 0.1.1
최근 업데이트 2024-03-03
출시 날짜 2024-01-10
평점 5.00/5 총 1 개의 평점
개발자 https://date-calculator.ru
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://date-calculator.ru
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vROoo8yur1xyb_gKRRFIC-TKveKFJRZr-WWriveKmHFW28CtKRg71hyvra7Xyoic0ILQhAW22qRNdbe/pub
지원되는 언어 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"
    ]
}