Star Wars New Tab Theme
Star Wars New Tab Theme brings all the greatest movie moments to your new tab with Star Wars themed wallpapers.
What is Star Wars New Tab Theme?
Star Wars New Tab Theme is a Chrome extension developed by https://searchworm.com, and its main feature is "Star Wars New Tab Theme brings all the greatest movie moments to your new tab with Star Wars themed wallpapers.".
Extension Screenshots
Download Star Wars New Tab Theme Extension CRX File
Download Star Wars New Tab Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Forget the standard white background and bring some Darth Vader, Luke Skywalker and Princess Leia into your life . You can also choose personalized greetings for different times of day, and your wallpapers will update every 24 hours. Star Wars New Tab Theme brings life to your Google Chrome™ browser with a range of wallpapers, date and custom greetings for your new tab. With all the functionality you know and love, you can conduct searches in the search box on your new tab, as well as add your own shortcuts to your favorite or most visited websites. Using the settings function, you can add your name for personalized greetings and also update the phrases used for morning, afternoon and evening greetings. Your new tab will also automatically display the date and day for quick reference, alongside wallpapers of your favorite Star Wars characters, movie moments and destinations. Features Overview: ★ Full HD wallpapers, with many themes to choose from. ★ Personalized greetings using your name. ★ Date and day displayed automatically. ★ Ability to customize your morning, afternoon and evening greetings. ★ Standard search function. ★ Website shortcuts. In addition you will be provided with full HD wallpapers powered by https://unsplash.com/. Categories include: ★ Nature ★ Food ★ Dogs ★ Cats ★ Hawaii ★ Space ★ Earth is awesome ★ Beach ★ European Cities ★ Bad Ass Cars ★ Greece ★ New York, USA ★ Paris, France ★ Boho ★ Fruitage ★ Tropical Vibes By clicking "Add to Chrome", I accept and agree to installing the Star Wars New Tab Theme extension and setting the Chrome™ new tab default search and address bar search to that provided by the service. I also agree to the Privacy Policy and Terms of Use. http://www.searchworm.com/index.php/privacy-policy/ http://www.searchworm.com/index.php/terms/
Extension Basic Information
Name | Star Wars New Tab Theme |
ID | dfpjielgijlkbamdkfimifhfkpppalcp |
Official URL | https://chromewebstore.google.com/detail/star-wars-new-tab-theme/dfpjielgijlkbamdkfimifhfkpppalcp |
Description | Star Wars New Tab Theme brings all the greatest movie moments to your new tab with Star Wars themed wallpapers. |
File Size | 37.11 MB |
Installation Count | 576 |
Current Version | 1.0 |
Last Updated | 2020-07-17 |
Publish Date | 2020-07-01 |
Developer | https://searchworm.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.searchworm.com/ |
Help Page URL | http://www.searchworm.com/index.php/faq/ |
Privacy Policy Page URL | http://www.searchworm.com/index.php/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Star Wars New Tab Theme", "version": "1.0", "description": "Star Wars New Tab Theme brings all the greatest movie moments to your new tab with Star Wars themed wallpapers.", "permissions": [ "webNavigation", "storage", "unlimitedStorage", "tabs", "cookies", "http:\/\/platform.brusmedia.com\/", "*:\/\/*.unsplash.com\/*", "*:\/\/*.doubleclick.net\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com ; object-src 'self';", "chrome_settings_overrides": { "search_provider": { "name": "SearchWorm", "keyword": "SearchWorm", "favicon_url": "http:\/\/www.searchworm.com\/favicon.ico", "search_url": "http:\/\/www.searchworm.com?q={searchTerms}", "encoding": "UTF-8", "is_default": false } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "browser_action": { "default_icon": "images\/16.png" }, "web_accessible_resources": [ "images\/16.png" ], "incognito": "split", "manifest_version": 2 } |