Bookmark World Clock

Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily

Bookmark World Clock là gì?

Bookmark World Clock là một tiện ích mở rộng Chrome được phát triển bởi Sgtpanda, và tính năng chính của nó là "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily".

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

screenshot

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

Tải xuống các tệp mở rộng Bookmark World Clock 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 a clock from any location in the world to your bookmarks bar! App icon by icons8.                    

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

Tên Bookmark World Clock Bookmark World Clock
ID mfgdchikohkibmghmbklpiijfakcmlfl
URL Chính Thức https://chromewebstore.google.com/detail/bookmark-world-clock/mfgdchikohkibmghmbklpiijfakcmlfl
Mô tả Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily
Kích Thước Tệp 902 KB
Số Lần Cài Đặt 561
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2020-12-04
Ngày Phát Hành 2019-10-22
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Sgtpanda
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmark World Clock",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Creates clocks from user selectable timezones in the bookmark bar so they can be viewed easily",
    "icons": {
        "16": "icons\/timezone-16.png",
        "48": "icons\/timezone-48.png",
        "128": "icons\/timezone-128.png"
    },
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "alarms",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'none'"
}