World Wonders

An excellent new tab extension for your Chrome browser with a World Wonders theme.

什么是World Wonders?

World Wonders是由product开发的Chrome扩展程序,该扩展的主要功能是“An excellent new tab extension for your Chrome browser with a World Wonders theme.”。

扩展截图

screenshot
screenshot
screenshot

下载World Wonders扩展crx文件

下载World Wonders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Explore breathtaking views of iconic landmarks while you search the web. With every new tab, you'll be transported to a different corner of the world, inspiring your next adventure or simply providing a moment of visual delight. 
Enhance your browsing experience and bring the world to your fingertips with our new tab extension.

You accept the EULA and Privacy Policy and agree to select World Wonders Tab as your new tab page by installing the "World Wonders Tab" extension.

Yahoo will offer the search tools that will be used in the Addon. However, your browser's default search settings won't alter due to the extension.

Privacy Policy: https://www.worldwonderstab.com/privacy

Terms of Service: https://www.worldwonderstab.com/tos                    

扩展基本信息

名称 World Wonders World Wonders
ID anbenmfochkikpalmdbelnbgbkpioben
官方URL https://chromewebstore.google.com/detail/world-wonders/anbenmfochkikpalmdbelnbgbkpioben
简介 An excellent new tab extension for your Chrome browser with a World Wonders theme.
文件大小 2.8 MB
安装次数 1,284
当前版本 1.1.0
更新时间 2023-05-29
上架时间 2023-04-18
评分 5.00/5 共1次评分
开发者 product
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.worldwonderstab.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "World Wonders",
    "version": "1.1.0",
    "description": "An excellent new tab extension for your Chrome browser with a World Wonders theme.",
    "icons": {
        "16": "assets\/icons\/16px.png",
        "96": "assets\/icons\/96px.png",
        "128": "assets\/icons\/128px.png"
    },
    "author": "Candy Tech",
    "homepage_url": "https:\/\/www.worldwonderstab.com\/",
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.worldwonderstab.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "background": {
        "service_worker": "mainClass.js",
        "type": "module"
    }
}