Star Wars Newtab Theme
The expansion creates a new tab in the thematic style of 'Star Wars'
Cos'è Star Wars Newtab Theme?
Star Wars Newtab Theme è un'estensione di Chrome sviluppata da Umbrella, e la sua funzione principale è "The expansion creates a new tab in the thematic style of 'Star Wars'".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Star Wars Newtab Theme
Scarica i file di estensione Star Wars Newtab Theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Star Wars Newtab Theme |
ID | mpghoamnjcinieogaoemkaamdckhejef |
URL Ufficiale | https://chromewebstore.google.com/detail/star-wars-newtab-theme/mpghoamnjcinieogaoemkaamdckhejef |
Descrizione | The expansion creates a new tab in the thematic style of 'Star Wars' |
Dimensione del File | 8.06 MB |
Conteggio Installazioni | 1,663 |
Versione Corrente | 2.0.0.0 |
Ultimo Aggiornamento | 2022-10-21 |
Data di Pubblicazione | 2021-10-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Umbrella |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://bit.ly/3yYavvL |
Lingue Supportate | 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" } |