Clock in full screen

The extension is used to display the current time in the full screen mode of the browser.

Clock in full screenとは何ですか?

Clock in full screenはroman.dubkoによって開発されたChromeの拡張機能で、その主な機能は「The extension is used to display the current time in the full screen mode of the browser.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Clock in full screen拡張機能のCRXファイルをダウンロード

Clock in full screen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension is used to display the current time in the full screen mode of the browser.
It is possible to set the font family and size, transparency, position on the page, display seconds.
Extension settings are synchronized on all devices within the same account.
The extension has been tested on most popular audio and video services.                    

拡張機能の基本情報

名前 Clock in full screen Clock in full screen
ID anfeihfifnobaajcocbiplaiooiglmeh
公式URL https://chromewebstore.google.com/detail/clock-in-full-screen/anfeihfifnobaajcocbiplaiooiglmeh
説明 The extension is used to display the current time in the full screen mode of the browser.
ファイルサイズ 455 KB
インストール数 192
現在のバージョン 1.20
最終更新日 2023-02-09
公開日 2023-02-09
評価 3.00/5 合計 2 レビュー
開発者 roman.dubko
Eメール [email protected]
支払い方法 free
対応言語 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.20",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html"
    }
}