Currents
Replace new tab screen with current time and weather.
Τι είναι το Currents;
Το Currents είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://deadnight7.github.io, και η κύρια λειτουργία του είναι "Replace new tab screen with current time and weather.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Currents
Λήψη αρχείων επέκτασης Currents σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Replace new tab screen with current time and weather.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Currents |
ID | fmladbonckfbhdblkcipokdinlnamnif |
Επίσημο URL | https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif |
Περιγραφή | Replace new tab screen with current time and weather. |
Μέγεθος Αρχείου | 2.38 MB |
Αριθμός Εγκαταστάσεων | 52 |
Τρέχουσα Έκδοση | 3.4.0 |
Τελευταία Ενημέρωση | 2020-08-18 |
Ημερομηνία Δημοσίευσης | 2020-08-18 |
Προγραμματιστής | https://deadnight7.github.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "app\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'", "default_locale": "en", "description": "Replace new tab screen with current time and weather.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "96": "images\/icon96.png" }, "manifest_version": 2, "name": "Currents", "options_page": "app\/index.html#\/drawer\/settings", "permissions": [ "storage", "unlimitedStorage", "geolocation", "unlimitedStorage", "https:\/\/maps.googleapis.com\/maps\/api\/", "http:\/\/api.wunderground.com\/api", "https:\/\/ssl.google-analytics.com\/", "https:\/\/s3.amazonaws.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.4.0" } |