Destato Clock +

Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.

Destato Clock + là gì?

Destato Clock + là một tiện ích mở rộng Chrome được phát triển bởi Coredes Interactive, và tính năng chính của nó là "Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Destato is a beautiful digital clock that pleases your eyes. It comes with an option to change colors of the background and text.

Main features
- Shows your current location
- Current Day / Month and Year in easily readable format 
- Customizable colors for text and background
- Clock as pop up (New)

Version 1.3
------------------
Added pop up for clock. so you can see the time from any tab                    

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

Tên Destato Clock + Destato Clock +
ID lfgoimkdajcjnjpjambieagncikogiop
URL Chính Thức https://chromewebstore.google.com/detail/destato-clock-+/lfgoimkdajcjnjpjambieagncikogiop
Mô tả Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.
Kích Thước Tệp 60.9 KB
Số Lần Cài Đặt 257
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2020-02-09
Ngày Phát Hành 2020-02-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Coredes Interactive
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Destato Clock +",
    "description": "Destato is a minimalistic digital clock background for your chrome new tab. It is simple and customizable.",
    "version": "1.3",
    "permissions": [
        "https:\/\/www.google-analytics.com\/"
    ],
    "chrome_url_overrides": {
        "newtab": "files\/index.html"
    },
    "browser_action": {
        "default_popup": "files\/popup.html"
    },
    "short_name": "Destato Digital Clock",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}