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 هو إضافة Chrome تم تطويرها بواسطة roman.dubko، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة Clock in full screen

قم بتنزيل ملفات الامتداد Clock in full screen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
    }
}