Date Calculator

Date Calculator.

Date Calculatorคืออะไร?

Date Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Udit Shah และคุณลักษณะหลักของมันคือ "Date Calculator."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Date Calculator

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
            ]
        }
    ]
}