DateTime new tab page

Override the new tab page with time and date

Τι είναι το DateTime new tab page;

Το DateTime new tab page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Meosit, και η κύρια λειτουργία του είναι "Override the new tab page with time and date".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DateTime new tab page

Λήψη αρχείων επέκτασης DateTime new tab page σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Simple new tab page with current date and time, and two themes and additional timezones (click to the left top corner to change)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DateTime new tab page DateTime new tab page
ID oipiajaklcfkockbhjkedfjkpkcbpgfh
Επίσημο URL https://chromewebstore.google.com/detail/datetime-new-tab-page/oipiajaklcfkockbhjkedfjkpkcbpgfh
Περιγραφή Override the new tab page with time and date
Μέγεθος Αρχείου 24.6 KB
Αριθμός Εγκαταστάσεων 36
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2024-02-16
Ημερομηνία Δημοσίευσης 2018-10-02
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Meosit
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DateTime new tab page",
    "description": "Override the new tab page with time and date",
    "version": "1.0.0",
    "permissions": [
        "storage"
    ],
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}