WanderTab

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

Co je WanderTab?

WanderTab je rozšíření Chrome vyvinuté ivan_k, a jeho hlavní funkcí je „Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření WanderTab

Stáhněte si soubory rozšíření WanderTab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název WanderTab WanderTab
ID olanlgoodpbboahjiphkihhalnbdchjm
Oficiální URL https://chromewebstore.google.com/detail/wandertab/olanlgoodpbboahjiphkihhalnbdchjm
Popis Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.
Velikost souboru 427 KB
Počet instalací 135
Aktuální Verze 1.16.1
Poslední Aktualizace 2023-03-13
Datum Vydání 2021-12-05
Hodnocení 5.00/5 Celkem 7 Hodnocení
Vývojář ivan_k
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://k-ivan.github.io/
Podporované Jazyky 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
}