Timezone

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

Timezone là gì?

Timezone là một tiện ích mở rộng Chrome được phát triển bởi http://creativebrain.be, và tính năng chính của nó là "TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Timezone

Tải xuống các tệp mở rộng Timezone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Timezone Timezone
ID mhomkmoocejpiegiconmegnkhhoidlpe
URL Chính Thức https://chrome.google.com/webstore/detail/timezone/mhomkmoocejpiegiconmegnkhhoidlpe
Mô tả TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)
Kích Thước Tệp 318 KB
Số Lần Cài Đặt 616
Phiên Bản Hiện Tại 1.0 beta
Cập Nhật Lần Cuối 2015-07-31
Ngày Phát Hành 2015-07-31
Đánh Giá 2.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://creativebrain.be
Loại Thanh Toán free
Trang Web Mở Rộng http://www.creativebrain.be/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}