WanderTab

Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.

What is WanderTab?

WanderTab is a Chrome extension developed by ivan_k, and its main feature is "Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download WanderTab Extension CRX File

Download WanderTab 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

                        The most necessary features are on the home page. Uploading your own images or short videos to the gallery with settings, light background effects, a search bar and the most popular search engines, a bookmark access panel, date and weather information, adding links to popular resources.                    

Extension Basic Information

Name WanderTab WanderTab
ID olanlgoodpbboahjiphkihhalnbdchjm
Official URL https://chromewebstore.google.com/detail/wandertab/olanlgoodpbboahjiphkihhalnbdchjm
Description Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.
File Size 427 KB
Installation Count 135
Current Version 1.16.1
Last Updated 2023-03-13
Publish Date 2021-12-05
Rating 5.00/5 Total 7 Ratings
Developer ivan_k
Email [email protected]
Payment Type free
Extension Website https://k-ivan.github.io/
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.16.1",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_extension_name__"
    },
    "host_permissions": [
        "https:\/\/google.com\/*"
    ],
    "permissions": [
        "geolocation",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "offline_enabled": true
}