TinyToolbarClock

This extension shows the time and date in the toolbar

TinyToolbarClock là gì?

TinyToolbarClock là một tiện ích mở rộng Chrome được phát triển bởi netchipguy, và tính năng chính của nó là "This extension shows the time and date in the 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 TinyToolbarClock

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

                        This tiny extension puts a tiny clock *and month/date calendar* in your toolbar!  Perfect for full-screen use of Chrome!

Highly Recommended: 

1) A HiDPI display such as a Retina Mac or Chromebook Pixel 
2) Good vision

-Netchipguy                    

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

Tên TinyToolbarClock TinyToolbarClock
ID hnageloldpcdmnceombonmmakpnaehnf
URL Chính Thức https://chromewebstore.google.com/detail/tinytoolbarclock/hnageloldpcdmnceombonmmakpnaehnf
Mô tả This extension shows the time and date in the toolbar
Kích Thước Tệp 12.48 KB
Số Lần Cài Đặt 564
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-12-05
Ngày Phát Hành 2015-12-04
Đánh Giá 4.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển netchipguy
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TinyToolbarClock",
    "description": "This extension shows the time and date in the toolbar",
    "version": "1.2",
    "icons": {
        "16": "myclock16.png",
        "32": "myclock32.png",
        "48": "myclock48.png",
        "128": "myclock128.png"
    },
    "browser_action": {
        "default_icon": "myclock48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}