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”。
扩展截图
下载Date calculator扩展crx文件
下载Date calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
🌐 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 |
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" ] } |