Date Calculator
Date Calculator.
什么是Date Calculator?
Date Calculator是由Udit Shah开发的Chrome扩展程序,该扩展的主要功能是“Date Calculator.”。
扩展截图
下载Date Calculator扩展crx文件
下载Date Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Do you get stuck in finding the number of days between the two given dates? Do you frequently add or subtract days to a specific date and get confused in finding the resultant date? This is a perfect quick extension on your fingertip to solve the above two problems. You can get the total count of days between the given two dates in three clicks. You can easily add or subtract days to/from date given with a result date in quick 3 steps. Let me know, what more features you would like me to add to this extension.
扩展基本信息
名称 | Date Calculator |
ID | jecbmodojclbbpddaeiokmmiigamnkon |
官方URL | https://chromewebstore.google.com/detail/date-calculator/jecbmodojclbbpddaeiokmmiigamnkon |
简介 | Date Calculator. |
文件大小 | 236 KB |
安装次数 | 3,887 |
当前版本 | 1.1 |
更新时间 | 2017-06-15 |
上架时间 | 2017-06-14 |
评分 | 4.17/5 共12次评分 |
开发者 | Udit Shah |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Date Calculator", "description": "Date Calculator.", "version": "1.1", "short_name": "DC", "browser_action": { "default_popup": "popup.html" }, "web_accessible_resources": [ "sticon_128.png" ], "icons": { "16": "DC_icon_16.png", "48": "DC_icon_48.png", "128": "DC_icon_128.png" }, "content_scripts": [ { "js": [ "jquery-ui.js", "bootstrap.min.js", "jquery.min.js", "popup.js", "moment.js", "moment-precise-range.js" ], "matches": [ "http:\/\/date_calculator_extension\/*" ] } ] } |