Cleanbrowser
Get quick access to search every time you open your browser.
Cleanbrowserとは何ですか?
Cleanbrowserはhttps://cleanbrowser.networkによって開発されたChromeの拡張機能で、その主な機能は「Get quick access to search every time you open your browser.」です。
拡張機能のスクリーンショット
Cleanbrowser拡張機能のCRXファイルをダウンロード
Cleanbrowser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension sets Cleanbrowser as your default search engine in Chrome, allowing you to search quickly from your browser. Search directly from the address bar, wherever you go on the web. Privacy Policy – https://cleanbrowser.network/privacy Terms of Use – https://cleanbrowser.network/terms
拡張機能の基本情報
名前 | Cleanbrowser |
ID | cdceffomlakcmodkiilmcbpkcpmbgoem |
公式URL | https://chromewebstore.google.com/detail/cleanbrowser/cdceffomlakcmodkiilmcbpkcpmbgoem |
説明 | Get quick access to search every time you open your browser. |
ファイルサイズ | 17.08 KB |
インストール数 | 95,853 |
現在のバージョン | 1.0.3 |
最終更新日 | 2019-02-14 |
公開日 | 2019-02-13 |
評価 | 4.75/5 合計 4 レビュー |
開発者 | https://cleanbrowser.network |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://cleanbrowser.network |
プライバシーポリシーページのURL | http://chromecleanerpro.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon_default.png" }, "chrome_settings_overrides": { "search_provider": { "name": "Cleanbrowser", "keyword": "Cleanbrowser", "is_default": true, "encoding": "UTF-8", "favicon_url": "https:\/\/cleanbrowser.network\/favicon.ico", "search_url": "https:\/\/cleanbrowser.network\/?type=web&q={searchTerms}&f=ds", "suggest_url": "https:\/\/cleanbrowser.network\/suggestions.php?q={searchTerms}" } }, "homepage_url": "https:\/\/cleanbrowser.network\/", "description": "Get\u00a0quick access\u00a0to\u00a0search every time you open your browser.", "icons": { "128": "icon-128px.png", "16": "icon-16px.png", "32": "icon-32px.png", "48": "icon-96px.png" }, "web_accessible_resources": [ "icon-16px.png" ], "permissions": [ "storage", "*:\/\/*.cleanbrowser.network\/*" ], "manifest_version": 2, "name": "Cleanbrowser", "version": "1.0.3" } |