Timezone
TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)
Τι είναι το Timezone;
Το Timezone είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://creativebrain.be, και η κύρια λειτουργία του είναι "TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Timezone
Λήψη αρχείων επέκτασης Timezone σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Add time zones from over 400 cities in a fast and fun way. ✔ Drag down to add a new time zone. ✔ Re-order your saved time zones. ✔ Includes 405 different cities
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mhomkmoocejpiegiconmegnkhhoidlpe |
Επίσημο URL | https://chrome.google.com/webstore/detail/timezone/mhomkmoocejpiegiconmegnkhhoidlpe |
Περιγραφή | TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities) |
Μέγεθος Αρχείου | 318 KB |
Αριθμός Εγκαταστάσεων | 616 |
Τρέχουσα Έκδοση | 1.0 beta |
Τελευταία Ενημέρωση | 2015-07-31 |
Ημερομηνία Δημοσίευσης | 2015-07-31 |
Αξιολόγηση | 2.80/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | http://creativebrain.be |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.creativebrain.be/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1", "version_name": "1.0 beta", "manifest_version": 2, "name": "Timezone", "description": "TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)", "author": "Kristof Van Espen", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "browser_action": { "default_icon": "assets\/icon128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "assets\/*", "fonts\/*" ], "content_scripts": [ { "matches": [ " |