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
公式URL 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
Eメール [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"
    ]
}