World Wonders

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

Was ist World Wonders?

World Wonders ist eine Chrome-Erweiterung, die von product entwickelt wurde, und ihr Hauptmerkmal ist "An excellent new tab extension for your Chrome browser with a World Wonders theme.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

World Wonders-Erweiterungs-CRX-Datei herunterladen

Laden Sie World Wonders-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name World Wonders World Wonders
ID anbenmfochkikpalmdbelnbgbkpioben
Offizielle URL https://chromewebstore.google.com/detail/world-wonders/anbenmfochkikpalmdbelnbgbkpioben
Beschreibung An excellent new tab extension for your Chrome browser with a World Wonders theme.
Dateigröße 2.8 MB
Installationsanzahl 1,284
Aktuelle Version 1.1.0
Letztes Update 2023-05-29
Veröffentlichungsdatum 2023-04-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler product
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.worldwonderstab.com/privacy
Unterstützte Sprachen 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"
    }
}