Hawaii Wallpapers Paradise New Tab Theme
Love Hawaii? Enjoy new tropical wallpaper in every new tab.
What is Hawaii Wallpapers Paradise New Tab Theme?
Hawaii Wallpapers Paradise New Tab Theme is a Chrome extension developed by https://openaddons.com, and its main feature is "Love Hawaii? Enjoy new tropical wallpaper in every new tab.".
Extension Screenshots
Download Hawaii Wallpapers Paradise New Tab Theme Extension CRX File
Download Hawaii Wallpapers Paradise 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
Replace Chrome New Tab page with beautiful Hawaii wallpapers! Get in travel mode with this virtual trip to the tropical paradise. FEATURES: - 60+ high-resolution photos - Random image on each new tab - Small top-left menu with "Most Visited", "Bookmarks" and "History" shortcuts - Customizable navigation (you choose what to show/hide in the menu) Visit our home page for more HD wallpapers and "New Tab" replacements themes: https://openaddons.com/
Extension Basic Information
Name | Hawaii Wallpapers Paradise New Tab Theme |
ID | dpealgnedanapbepaegeajlhpbidbifg |
Official URL | https://chromewebstore.google.com/detail/hawaii-wallpapers-paradis/dpealgnedanapbepaegeajlhpbidbifg |
Description | Love Hawaii? Enjoy new tropical wallpaper in every new tab. |
File Size | 104 MB |
Installation Count | 903 |
Current Version | 1.1.0.0 |
Last Updated | 2019-10-22 |
Publish Date | 2019-10-21 |
Developer | https://openaddons.com |
[email protected] | |
Payment Type | free |
Extension Website | https://openaddons.com/hawaii-wallpapers-new-tab-theme/ |
Privacy Policy Page URL | https://openaddons.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.1.0.0", "manifest_version": 2, "homepage_url": "https:\/\/openaddons.com\/", "icons": { "16": "24.png", "48": "48.png", "128": "128.png" }, "permissions": [ "topSites" ], "chrome_url_overrides": { "newtab": "new-tab.html" }, "offline_enabled": true, "browser_action": { "default_icon": "24.png", "default_title": "New Tab" }, "incognito": "split", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "settings.html" } |