WanderTab

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

Wat is WanderTab?

WanderTab is een Chrome-extensie ontwikkeld door ivan_k, en de belangrijkste functie is "Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie WanderTab

Download WanderTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WanderTab WanderTab
ID olanlgoodpbboahjiphkihhalnbdchjm
Officiële URL https://chromewebstore.google.com/detail/wandertab/olanlgoodpbboahjiphkihhalnbdchjm
Beschrijving Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.
Bestandsgrootte 427 KB
Aantal Installaties 135
Huidige Versie 1.16.1
Laatst Bijgewerkt 2023-03-13
Publicatiedatum 2021-12-05
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar ivan_k
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://k-ivan.github.io/
Ondersteunde Talen 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
}