Toolbar Clock

Stylish analog clock in your browser toolbar.

Toolbar Clock là gì?

Toolbar Clock là một tiện ích mở rộng Chrome được phát triển bởi Muyor, và tính năng chính của nó là "Stylish analog clock in your browser toolbar.".

Ả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 Toolbar Clock

Tải xuống các tệp mở rộng Toolbar 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

                        Toolbar Clock is a browser add-on that renders a stylish analog clock in the toolbar popup and also a simple analog clock as the toolbar icon.

To see the clock, please click on the toolbar icon to open the popup. There are few settings at the bottom of the UI to adjust the clock. There is also a reload button to refresh the clock UI in case an unexpected error happens. Please note that this add-on does not have any options or settings to adjust. All you need is available in toolbar popup UI.

If you want to report a bug or have a feature request, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/toolbar-clock.html).                    

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

Tên Toolbar Clock Toolbar Clock
ID cemihgihgpjhjdgbebpmckbeonpnffjj
URL Chính Thức https://chromewebstore.google.com/detail/toolbar-clock/cemihgihgpjhjdgbebpmckbeonpnffjj
Mô tả Stylish analog clock in your browser toolbar.
Kích Thước Tệp 61 KB
Số Lần Cài Đặt 824
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2023-11-18
Ngày Phát Hành 2018-04-02
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Muyor
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mybrowseraddon.com/toolbar-clock.html
URL Trang Trợ Giúp https://mybrowseraddon.com/toolbar-clock.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "name": "Toolbar Clock",
    "offline_enabled": true,
    "description": "Stylish analog clock in your browser toolbar.",
    "homepage_url": "https:\/\/mybrowseraddon.com\/toolbar-clock.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "Toolbar Clock",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}