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
Eメール [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"
    }
}