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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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"
    }
}