WanderTab

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

Was ist WanderTab?

WanderTab ist eine Chrome-Erweiterung, die von ivan_k entwickelt wurde, und ihr Hauptmerkmal ist "Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

WanderTab-Erweiterungs-CRX-Datei herunterladen

Laden Sie WanderTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name WanderTab WanderTab
ID olanlgoodpbboahjiphkihhalnbdchjm
Offizielle URL https://chromewebstore.google.com/detail/wandertab/olanlgoodpbboahjiphkihhalnbdchjm
Beschreibung Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.
Dateigröße 427 KB
Installationsanzahl 135
Aktuelle Version 1.16.1
Letztes Update 2023-03-13
Veröffentlichungsdatum 2021-12-05
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler ivan_k
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://k-ivan.github.io/
Unterstützte Sprachen 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
}