Digital Clock

Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.

什麼是Digital Clock?

Digital Clock是由https://digital-clock-tab.com開發的Chrome擴展程式,該擴展的主要功能是“Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.”。

擴展截圖

screenshot

下載Digital Clock擴展crx文件

下載Digital Clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Digital Clock tab extension keeps you up to date with the current time. When you open a new tab, it lets you know the day of the week, time, month, year and temperature like seven-segment clock faces.

Features :
★ Modern digital clock interface
★ Display current location temperature
★ Avoid distractions and improve focus

By clicking 'Add to Chrome' and installing this extension, you are accepting and agreeing to install the Digital Clock Chrome Chrome extension. I understand that by doing so, my browser's new tab will be set to that provided by the service with search results by Microsoft Bing, and the Privacy and Terms of Use.

Terms of Use: https://questa.mobi/terms-conditions/
Privacy Policy: https://questa.mobi/privacy-policy/                    

擴展基本資訊

名稱 Digital Clock Digital Clock
ID najeaplkngkldnnnbfoijgofleoaoifj
官方網址 https://chromewebstore.google.com/detail/digital-clock/najeaplkngkldnnnbfoijgofleoaoifj
簡介 Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.
檔案大小 661 KB
安裝次數 46,160
目前版本 1.0.2
更新時間 2023-04-13
上架時間 2022-11-28
評分 5.00/5 共 1 次評分
開發者 https://digital-clock-tab.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://digital-clock-tab.com/
隱私政策頁面URL https://questa.mobi/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Digital Clock",
    "short_name": "Digital Clock",
    "version": "1.0.2",
    "description": "Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.",
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png"
    },
    "action": {
        "browser_style": false,
        "default_title": "Digital Clock"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "permissions": [
        "geolocation"
    ]
}