WanderTab

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

什麼是WanderTab?

WanderTab是由ivan_k開發的Chrome擴展程式,該擴展的主要功能是“Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載WanderTab擴展crx文件

下載WanderTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 WanderTab WanderTab
ID olanlgoodpbboahjiphkihhalnbdchjm
官方網址 https://chromewebstore.google.com/detail/wandertab/olanlgoodpbboahjiphkihhalnbdchjm
簡介 Inspiring start page. With weather, date, search, bookmarks, customizable services, light effects and a gallery of pictures.
檔案大小 427 KB
安裝次數 135
目前版本 1.16.1
更新時間 2023-03-13
上架時間 2021-12-05
評分 5.00/5 共 7 次評分
開發者 ivan_k
電子郵箱 [email protected]
付費類型 free
擴展官網 https://k-ivan.github.io/
支援的語言 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
}