Weather New Tab
The best weather new tab extention
Τι είναι το Weather New Tab;
Το Weather New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον weathernewtab, και η κύρια λειτουργία του είναι "The best weather new tab extention".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Weather New Tab
Λήψη αρχείων επέκτασης Weather New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Customize the browsing experience with the Weather New Tab, this feature enables your Chrome search page into a new interface with changing background images and provides updates on the Weather and Time. "By clicking “Add to Chrome”, You accept and agree to installing the Weather New Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be provided by Microsoft Bing"
Βασικές Πληροφορίες Επέκτασης
Όνομα | Weather New Tab |
ID | bpbogmolkofliadijppmedcifmejecjk |
Επίσημο URL | https://chromewebstore.google.com/detail/weather-new-tab/bpbogmolkofliadijppmedcifmejecjk |
Περιγραφή | The best weather new tab extention |
Μέγεθος Αρχείου | 1.67 MB |
Αριθμός Εγκαταστάσεων | 6,921 |
Τρέχουσα Έκδοση | 1.0.4 |
Τελευταία Ενημέρωση | 2023-05-30 |
Ημερομηνία Δημοσίευσης | 2022-10-26 |
Προγραμματιστής | weathernewtab |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | http://weathernewtab.com/privacy.html |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "manifest_version": 3, "name": "Weather New Tab", "version": "1.0.4", "description": "The best weather new tab extention", "permissions": [ "geolocation", "cookies", "storage" ], "chrome_url_overrides": { "newtab": "tab.html" }, "action": { "default_icon": "icon.png" } } |