Smart World Clock With All Time Zones
Add a smart world clock on your browser home screen exactly the way you want it.
Τι είναι το Smart World Clock With All Time Zones;
Το Smart World Clock With All Time Zones είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον techmonez, και η κύρια λειτουργία του είναι "Add a smart world clock on your browser home screen exactly the way you want it.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Smart World Clock With All Time Zones
Λήψη αρχείων επέκτασης Smart World Clock With All Time Zones σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Smart World Clock With All Time Zones Replace Your Old New Tab with the Super Productive Tab ------------------------------ FEATURES -------------------------------------- Clock - Displays time and date of multiple cities and time zones - Click on the existing clock and Edit time zones as per your needs - Shows 5 Countries Digital & Analog Clock - 12/24 clocks Sticky notes Sticky notes with title and date Create unlimited sticky notes with color changing option Sticky notes data will be stored even if you exit and reopen in new tab or chrome browser Sticky notes can be resize and can be dragged to any desired place on the page Calculator - A clear display format and easy to read. - An intuitive and attractive design that facilitates calculations every day. - You can use the backspace key to correct a simple mistake. Background Color - No more boring white background! - Customize and change the background with inbuit pictures. Google Search -we are also giving you an easy way to search your desired information, images, video, and more through your favorite google search
Βασικές Πληροφορίες Επέκτασης
Όνομα | Smart World Clock With All Time Zones |
ID | dijfjeccinojfdipnehkkkomadocgllg |
Επίσημο URL | https://chromewebstore.google.com/detail/smart-world-clock-with-al/dijfjeccinojfdipnehkkkomadocgllg |
Περιγραφή | Add a smart world clock on your browser home screen exactly the way you want it. |
Μέγεθος Αρχείου | 5.36 MB |
Αριθμός Εγκαταστάσεων | 35 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2023-02-20 |
Ημερομηνία Δημοσίευσης | 2022-07-04 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | techmonez |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart World Clock With All Time Zones", "version": "1.0.2", "description": "Add a smart world clock on your browser home screen exactly the way you want it.", "permissions": [ "storage" ], "icons": { "16": "icons\/clock-16x16.png", "64": "icons\/clock-64x64.png", "128": "icons\/clock-128x128.png" }, "chrome_url_overrides": { "newtab": "new_tab.html" }, "action": { "default_icon": { "16": "icons\/clock-16x16.png", "64": "icons\/clock-64x64.png", "128": "icons\/clock-128x128.png" }, "default_title": "World Clock" }, "manifest_version": 3 } |