WanderTab

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

Apa itu WanderTab?

WanderTab adalah ekstensi Chrome yang dikembangkan oleh ivan_k, dan fitur utamanya adalah "Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi WanderTab

Unduh file ekstensi WanderTab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama WanderTab WanderTab
ID olanlgoodpbboahjiphkihhalnbdchjm
URL Resmi https://chromewebstore.google.com/detail/wandertab/olanlgoodpbboahjiphkihhalnbdchjm
Deskripsi Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.
Ukuran File 427 KB
Jumlah Instalasi 135
Versi Saat Ini 1.16.1
Terakhir Diperbarui 2023-03-13
Tanggal Publikasi 2021-12-05
Penilaian 5.00/5 Total 7 Penilaian
Pengembang ivan_k
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://k-ivan.github.io/
Bahasa yang Didukung 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
}