Multi-clock
Keep track of different time zones with multiple clocks in a stunning and minimalistic new tab page.
Τι είναι το Multi-clock;
Το Multi-clock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον larsmagnus, και η κύρια λειτουργία του είναι "Keep track of different time zones with multiple clocks in a stunning and minimalistic new tab page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Multi-clock
Λήψη αρχείων επέκτασης Multi-clock σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Multi-clock displays up to six digital clocks and a beautiful image from Unsplash every time you open a new tab. This extension is designed to be minimalistic and unobtrusive with simple customisation options. NOTE: This extension runs every time you open a new tab. Features: • Easily add up to six clocks from over 400 time zones • Stunning background images from Unsplash • Freely name each clock or use the default locale name • Reorder your clocks easily with drag and drop • Choose 12 or 24 hour time with options for seconds, day, month and year • Customise the time and date notation, visual options and much more • Display the time difference from your chosen locale What’s new in 1.4? • Max clock limit increased from 4 to 6 • Easily access the options page via a button in the top right corner on the new-tab page What’s new in 1.3? Selecting a timezone or location is easier than ever with the new visual timezone picker powered by Google Maps! What's new in 1.2? • Locale independent time formatting and structuring • Added option to display the current week number • New and improved walkthrough for first-time users • Better support for vertical screens • Bug fixes and improvements What’s new in 1.1? • Backgrounds in open tabs will cycle every 30 minutes by default. • Added options for toggling background cycle, and setting a custom time interval. Background cycling only works if ‘Daily background’ is off. Note about permissions: Access to the Google Maps API is required for the visual timezone picker in the extension options to work. The extension requires access to images.unsplash.com to enable background loading of images from this photo collection: https://unsplash.com/collections/441643/multi-clock-backgrounds Time zone data from http://timezonedb.com, the database is licensed under Creative Commons Attribution 3.0 License https://creativecommons.org/licenses/by/3.0
Βασικές Πληροφορίες Επέκτασης
Όνομα | Multi-clock |
ID | cdmlkjchffgfbckhillkhofhmnnnkoej |
Επίσημο URL | https://chromewebstore.google.com/detail/multi-clock/cdmlkjchffgfbckhillkhofhmnnnkoej |
Περιγραφή | Keep track of different time zones with multiple clocks in a stunning and minimalistic new tab page. |
Μέγεθος Αρχείου | 1.54 MB |
Αριθμός Εγκαταστάσεων | 20,000 |
Τρέχουσα Έκδοση | 1.4.5 |
Τελευταία Ενημέρωση | 2022-08-08 |
Ημερομηνία Δημοσίευσης | 2020-03-08 |
Αξιολόγηση | 4.78/5 Συνολικά 151 Αξιολογήσεις |
Προγραμματιστής | larsmagnus |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://chrome.google.com/webstore/detail/multi-clock/cdmlkjchffgfbckhillkhofhmnnnkoej/support |
Υποστηριζόμενες Γλώσσες | en,no |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "app\/multi-clock-popup.min.js" ] }, "browser_action": { "default_title": "__MSG_toolbarButtonTitle__" }, "chrome_url_overrides": { "newtab": "multi-clock.html" }, "content_security_policy": "script-src 'self' https:\/\/maps.google.com https:\/\/maps.googleapis.com https:\/\/www.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_extensionDescription__", "homepage_url": "http:\/\/larsmagnus.co", "icons": { "128": "app\/icons\/multi-clock-128.png", "16": "app\/icons\/multi-clock-browser-action-16.png", "19": "app\/icons\/multi-clock-browser-action-19.png", "38": "app\/icons\/multi-clock-browser-action-38.png", "48": "app\/icons\/multi-clock-48.png" }, "manifest_version": 2, "minimum_chrome_version": "57", "name": "Multi-clock", "offline_enabled": true, "options_ui": { "page": "multi-clock-options.html" }, "permissions": [ "storage", "unlimitedStorage", "https:\/\/images.unsplash.com\/", "https:\/\/maps.google.com\/" ], "short_name": "Multi-clock", "version": "1.4.5" } |