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"
    }
}