Simple Clock for Google Chrome™

Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.

Simple Clock for Google Chrome™ là gì?

Simple Clock for Google Chrome™ là một tiện ích mở rộng Chrome được phát triển bởi Roger Westfall, và tính năng chính của nó là "Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.".

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

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

                        A minimal clock with the time, date, and access to google apps every time you open a new tab.                    

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

Tên Simple Clock for Google Chrome™ Simple Clock for Google Chrome™
ID kjbggibcgbnghjcdcflehiikahlpcllk
URL Chính Thức https://chrome.google.com/webstore/detail/simple-clock-for-google-c/kjbggibcgbnghjcdcflehiikahlpcllk
Mô tả Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.
Kích Thước Tệp 5.27 MB
Số Lần Cài Đặt 601
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2020-02-04
Ngày Phát Hành 2020-02-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Roger Westfall
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": "Simple Clock for Google Chrome\u2122",
    "description": "Simple. A minimal clock with the time, date, and access to google apps every time you open a new tab.",
    "short_name": "Simple Clock",
    "author": "Roger Westfall",
    "version": "1.2.3",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs"
    ]
}