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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |