World Clocks new tab page

Replace the new tab page with up to 12 configurable world clocks

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

Το World Clocks new tab page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Martín Peverelli, και η κύρια λειτουργία του είναι "Replace the new tab page with up to 12 configurable world clocks".

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

screenshot
screenshot
screenshot

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

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

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

                        Provides a main local clock, and up to 12 other smaller clocks configurable to any timezone.
All settings are kept in sync using Chrome Storage.
Clocks are configurable to 12 or 24 hour format.
The extension has two themes. 'light' and 'dark'.
Custom background URL support, for an online image to be loaded as background.                    

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

Όνομα World Clocks new tab page World Clocks new tab page
ID opaffdnccgelcacfhbjigocjaigebbje
Επίσημο URL https://chromewebstore.google.com/detail/world-clocks-new-tab-page/opaffdnccgelcacfhbjigocjaigebbje
Περιγραφή Replace the new tab page with up to 12 configurable world clocks
Μέγεθος Αρχείου 214 KB
Αριθμός Εγκαταστάσεων 382
Τρέχουσα Έκδοση 0.0.2.2
Τελευταία Ενημέρωση 2017-04-25
Ημερομηνία Δημοσίευσης 2017-04-25
Αξιολόγηση 2.63/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής Martín Peverelli
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clocks new tab page",
    "description": "Replace the new tab page with up to 12 configurable world clocks",
    "version": "0.0.2.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}