WanderTab

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

Cos'è WanderTab?

WanderTab è un'estensione di Chrome sviluppata da ivan_k, e la sua funzione principale è "Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WanderTab

Scarica i file di estensione WanderTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WanderTab WanderTab
ID olanlgoodpbboahjiphkihhalnbdchjm
URL Ufficiale https://chromewebstore.google.com/detail/wandertab/olanlgoodpbboahjiphkihhalnbdchjm
Descrizione Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.
Dimensione del File 427 KB
Conteggio Installazioni 135
Versione Corrente 1.16.1
Ultimo Aggiornamento 2023-03-13
Data di Pubblicazione 2021-12-05
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore ivan_k
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://k-ivan.github.io/
Lingue Supportate 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
}