Online Search
Online Search replaces your new tab with trending searches & sponsored web search.
Online Searchとは何ですか?
Online SearchはOnline Search Toolによって開発されたChromeの拡張機能で、その主な機能は「Online Search replaces your new tab with trending searches & sponsored web search.」です。
拡張機能のスクリーンショット
Online Search拡張機能のCRXファイルをダウンロード
Online Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With Online Search extension you get a New Tab search experience including -New tab search form functionality. -Popular Daily Trending Searches -Convenient sponsored web search on your new tab. Permissions we request: New Tab: This permission allows the extension to replace the page you see when opening a new tab Privacy Policy: https://onlinesearchtool.org/pages2/privacy.html Uninstall Instructions: https://onlinesearchtool.org/pages2/uninstall.html
拡張機能の基本情報
名前 | Online Search |
ID | nhokeekobeiamfefjfdpjimojmdceghn |
公式URL | https://chromewebstore.google.com/detail/online-search/nhokeekobeiamfefjfdpjimojmdceghn |
説明 | Online Search replaces your new tab with trending searches & sponsored web search. |
ファイルサイズ | 789 KB |
インストール数 | 34,096 |
現在のバージョン | 1.0.1.1 |
最終更新日 | 2023-01-22 |
公開日 | 2022-04-09 |
開発者 | Online Search Tool |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://onlinesearchtool.org/pages/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1.1", "manifest_version": 3, "short_name": "Online Search", "description": "Online Search replaces your new tab with trending searches & sponsored web search.", "name": "Online Search", "background": { "service_worker": "service_worker.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*.onlinesearchtool.org\/*" ], "resources": [ "*.json", "favicon.ico" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |