Star Wars Newtab Theme
The expansion creates a new tab in the thematic style of 'Star Wars'
Vad är Star Wars Newtab Theme?
Star Wars Newtab Theme är en Chrome-tillägg utvecklad av Umbrella, och dess huvudfunktion är "The expansion creates a new tab in the thematic style of 'Star Wars'".
Tilläggsskärmbilder
Ladda ner Star Wars Newtab Theme-förlängningens CRX-fil
Ladda ner Star Wars Newtab Theme-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Star Wars Newtab Theme |
ID | mpghoamnjcinieogaoemkaamdckhejef |
Officiell webbadress | https://chromewebstore.google.com/detail/star-wars-newtab-theme/mpghoamnjcinieogaoemkaamdckhejef |
Beskrivning | The expansion creates a new tab in the thematic style of 'Star Wars' |
Filstorlek | 8.06 MB |
Antal Installationer | 1,663 |
Aktuell Version | 2.0.0.0 |
Senast Uppdaterad | 2022-10-21 |
Publiceringsdatum | 2021-10-07 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Umbrella |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://bit.ly/3yYavvL |
Stödda Språk | 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" } |