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
官方URL 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
}