Clock for Google Chrome™

An analogue clock in the toolbar!

Clock for Google Chrome™ là gì?

Clock for Google Chrome™ là một tiện ích mở rộng Chrome được phát triển bởi https://clockforchrome.appspot.com, và tính năng chính của nó là "An analogue clock in the toolbar!".

Ả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 Clock for Google Chrome™

Tải xuống các tệp mở rộng Clock for Google Chrome™ 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 very simple extension places a small analogue clock next to the address box.

Simple as that.

You can add a digital clock, change the colours, add reminders with alerts and there is a full calendar to see if you click the clock, and a full screen clock too...

... or do none of those and simply use the clock as it is. The choice is yours.

All your settings are securely synchronised to all the computers that you use this extension on.

For help and support, take a look at the support pages at ab00a.github.io/clockforgooglechrome

Clock for Google Chrome™ is available in lots of languages.                    

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

Tên Clock for Google Chrome™ Clock for Google Chrome™
ID emakkfldeggiinnfcdjkakdfcppbfhdg
URL Chính Thức https://chromewebstore.google.com/detail/clock-for-google-chrome/emakkfldeggiinnfcdjkakdfcppbfhdg
Mô tả An analogue clock in the toolbar!
Kích Thước Tệp 348 KB
Số Lần Cài Đặt 178,256
Phiên Bản Hiện Tại 2.2.0.2
Cập Nhật Lần Cuối 2023-03-05
Ngày Phát Hành 2019-08-01
Đánh Giá 4.25/5 Tổng số 1004 Đánh Giá
Nhà Phát Triển https://clockforchrome.appspot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://clockforchrome.appspot.com/site/index.html
URL Trang Trợ Giúp https://clockforchrome.appspot.com/site/index.html
URL Trang Chính Sách Bảo Mật https://clockforchrome.appspot.com/site/privacy.html
Ngôn Ngữ Được Hỗ Trợ id,de,en,fr,nl,no,vi,tr,ca,da,et,es,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "manifest_version": 3,
    "background": {
        "service_worker": "worker.js"
    },
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "name": "__MSG_extensionName__",
    "options_page": "html\/options.html",
    "offline_enabled": true,
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "offscreen",
        "idle"
    ],
    "version": "2.2.0.2",
    "short_name": "__MSG_extensionName__",
    "minimum_chrome_version": "109",
    "action": {
        "default_title": "__MSG_extensionName__",
        "default_popup": "html\/popup.html"
    }
}