World Clocks new tab page

Replace the new tab page with up to 12 configurable world clocks

World Clocks new tab page là gì?

World Clocks new tab page là một tiện ích mở rộng Chrome được phát triển bởi Martín Peverelli, và tính năng chính của nó là "Replace the new tab page with up to 12 configurable world clocks".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng World Clocks new tab page

Tải xuống các tệp mở rộng World Clocks new tab page 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

                        Provides a main local clock, and up to 12 other smaller clocks configurable to any timezone.
All settings are kept in sync using Chrome Storage.
Clocks are configurable to 12 or 24 hour format.
The extension has two themes. 'light' and 'dark'.
Custom background URL support, for an online image to be loaded as background.                    

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

Tên World Clocks new tab page World Clocks new tab page
ID opaffdnccgelcacfhbjigocjaigebbje
URL Chính Thức https://chromewebstore.google.com/detail/world-clocks-new-tab-page/opaffdnccgelcacfhbjigocjaigebbje
Mô tả Replace the new tab page with up to 12 configurable world clocks
Kích Thước Tệp 214 KB
Số Lần Cài Đặt 382
Phiên Bản Hiện Tại 0.0.2.2
Cập Nhật Lần Cuối 2017-04-25
Ngày Phát Hành 2017-04-25
Đánh Giá 2.63/5 Tổng số 19 Đánh Giá
Nhà Phát Triển Martín Peverelli
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clocks new tab page",
    "description": "Replace the new tab page with up to 12 configurable world clocks",
    "version": "0.0.2.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}