Timezone

TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)

Timezoneคืออะไร?

Timezone เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://creativebrain.be และคุณลักษณะหลักของมันคือ "TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Timezone ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Add time zones from over 400 cities in a fast and fun way.

✔ Drag down to add a new time zone.
✔ Re-order your saved time zones.
✔ Includes 405 different cities                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Timezone Timezone
ID mhomkmoocejpiegiconmegnkhhoidlpe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/timezone/mhomkmoocejpiegiconmegnkhhoidlpe
คำอธิบาย TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)
ขนาดไฟล์ 318 KB
จำนวนการติดตั้ง 616
เวอร์ชันปัจจุบัน 1.0 beta
อัปเดตครั้งล่าสุด 2015-07-31
วันที่เผยแพร่ 2015-07-31
คะแนน 2.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://creativebrain.be
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.creativebrain.be/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "version_name": "1.0 beta",
    "manifest_version": 2,
    "name": "Timezone",
    "description": "TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)",
    "author": "Kristof Van Espen",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "fonts\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/reset.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.min.js",
                "js\/moment.js",
                "js\/moment-timezone.js",
                "js\/jquery.hammer.js",
                "js\/script.js"
            ]
        }
    ]
}