SafeSearch
Search with SafeSearch.
SafeSearchとは何ですか?
SafeSearchはhttps://www.safesearch.netによって開発されたChromeの拡張機能で、その主な機能は「Search with SafeSearch.」です。
拡張機能のスクリーンショット
SafeSearch拡張機能のCRXファイルをダウンロード
SafeSearch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Keep your privacy intact installing SafeSearch Extension. SafeSearch protects your privacy by using our search landing page without any trackers. Prevent searches that may be tracked and tied to your personal information. Make your default page a SafeSearch page. The extension will load a search portal on your new tab. You can also easily search for images on Bing or find your favorite windows apps by clicking on the menu on top right in the new tab. The search queries will be redirected to our search partner Microsoft Bing.
拡張機能の基本情報
名前 | SafeSearch |
ID | dofpbgmibkabhhihnomcmmijlkhaeilm |
公式URL | https://chromewebstore.google.com/detail/safesearch/dofpbgmibkabhhihnomcmmijlkhaeilm |
説明 | Search with SafeSearch. |
ファイルサイズ | 29.75 KB |
インストール数 | 2,069 |
現在のバージョン | 2.8.1 |
最終更新日 | 2021-06-29 |
公開日 | 2014-09-16 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://www.safesearch.net |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.safesearch.net/privacy |
対応言語 | en |
manifest.json | |
{ "name": "SafeSearch", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "incognito": "split", "description": "Search with SafeSearch.", "homepage_url": "https:\/\/www.safesearch.net\/", "version": "2.8.1", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.safesearch.net\/favicon.ico", "is_default": true, "keyword": "SafeSearch", "name": "SafeSearch", "search_url": "https:\/\/www.safesearch.net\/?q={searchTerms}" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |