Day Calculator

Counts Number of Days between a Future or Past Date

什么是Day Calculator?

Day Calculator是由DkoD Digital开发的Chrome扩展程序,该扩展的主要功能是“Counts Number of Days between a Future or Past Date”。

扩展截图

screenshot

下载Day Calculator扩展crx文件

下载Day Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Its a simple chrome extension for counting number of days from the present day. You can also count number of days passed by from the present day. So if you have a goal set for some future date or a deadline to meet or want to count how many days have gone by since the New Year Eve, just put the date on the extension and click calculate ! 
in case of any bugs, suggestions for improvements or adding functionalities, please email at [email protected]                    

扩展基本信息

名称 Day Calculator Day Calculator
ID lcadmklcdjdjaohcjainmeehncdllalh
官方URL https://chromewebstore.google.com/detail/day-calculator/lcadmklcdjdjaohcjainmeehncdllalh
简介 Counts Number of Days between a Future or Past Date
文件大小 88.81 KB
安装次数 35
当前版本 1.0
更新时间 2019-05-06
上架时间 2019-05-06
开发者 DkoD Digital
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Day Calculator",
    "version": "1.0",
    "description": "Counts Number of Days between a Future or Past Date",
    "icons": {
        "16": "images\/futureday16by16.png",
        "32": "images\/futureday32by32.png",
        "48": "images\/futureday48by48.png",
        "128": "images\/futureday128by128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/futureday16by16.png",
        "default_popup": "popup.html"
    }
}