WanderTab
Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.
Τι είναι το WanderTab;
Το WanderTab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ivan_k, και η κύρια λειτουργία του είναι "Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WanderTab
Λήψη αρχείων επέκτασης WanderTab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The most necessary features are on the home page. Uploading your own images or short videos to the gallery with settings, light background effects, a search bar and the most popular search engines, a bookmark access panel, date and weather information, adding links to popular resources.
Βασικές Πληροφορίες Επέκτασης
Όνομα | WanderTab |
ID | olanlgoodpbboahjiphkihhalnbdchjm |
Επίσημο URL | https://chromewebstore.google.com/detail/wandertab/olanlgoodpbboahjiphkihhalnbdchjm |
Περιγραφή | Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures. |
Μέγεθος Αρχείου | 427 KB |
Αριθμός Εγκαταστάσεων | 135 |
Τρέχουσα Έκδοση | 1.16.1 |
Τελευταία Ενημέρωση | 2023-03-13 |
Ημερομηνία Δημοσίευσης | 2021-12-05 |
Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | ivan_k |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://k-ivan.github.io/ |
Υποστηριζόμενες Γλώσσες | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.16.1", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_title": "__MSG_extension_name__" }, "host_permissions": [ "https:\/\/google.com\/*" ], "permissions": [ "geolocation", "storage", "unlimitedStorage", "tabs" ], "optional_permissions": [ "bookmarks" ], "background": { "service_worker": "background.js" }, "offline_enabled": true } |