Star Wars Newtab Theme
The expansion creates a new tab in the thematic style of 'Star Wars'
Τι είναι το Star Wars Newtab Theme;
Το Star Wars Newtab Theme είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Umbrella, και η κύρια λειτουργία του είναι "The expansion creates a new tab in the thematic style of 'Star Wars'".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Star Wars Newtab Theme
Λήψη αρχείων επέκτασης Star Wars Newtab Theme σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
When you install the extension, a new thematic tab will appear. But that is not all. You will always know about the weather outside the window because it is displayed on a new tab. With the help of Star Wars Newtab Theme, you get quick access to popular social networks, such as Instagram, Facebook, Twitter. Also, the most visited sites will always be on hand. This Theme is simple and convenient in use. Install extension and enjoy different wallpapers with your favorite characters each time you open a new tab.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Star Wars Newtab Theme |
ID | mpghoamnjcinieogaoemkaamdckhejef |
Επίσημο URL | https://chromewebstore.google.com/detail/star-wars-newtab-theme/mpghoamnjcinieogaoemkaamdckhejef |
Περιγραφή | The expansion creates a new tab in the thematic style of 'Star Wars' |
Μέγεθος Αρχείου | 8.06 MB |
Αριθμός Εγκαταστάσεων | 1,663 |
Τρέχουσα Έκδοση | 2.0.0.0 |
Τελευταία Ενημέρωση | 2022-10-21 |
Ημερομηνία Δημοσίευσης | 2021-10-07 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Umbrella |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://bit.ly/3yYavvL |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "__MSG_appButtonDesc__" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "offline_enabled": true, "permissions": [ "topSites", "geolocation" ], "version": "2.0.0.0" } |