CloudSearch
CloudSearch - Search the web, and get your results fast
CloudSearchとは何ですか?
CloudSearchはjd295598によって開発されたChromeの拡張機能で、その主な機能は「CloudSearch - Search the web, and get your results fast」です。
拡張機能のスクリーンショット
CloudSearch拡張機能のCRXファイルをダウンロード
CloudSearch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
CloudSearch - Search the web swiftly from your browser CloudSearch - Light and minimal new tab / search bar that allows you to search swiftly by text or by voice and navigate easily to your favorite, recently visited sites. For more information please visit: https://www.cloudsearch.digital Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the CloudSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.cloudsearch.digital/site/pages/terms_of_use and privacy policy at https://www.cloudsearch.digital/site/pages/privacy_policy. The extension will update your new-tab search and will change your search engine to be powered by Yahoo.
拡張機能の基本情報
名前 | CloudSearch |
ID | ajfcilnkfhhdofoplbnbicjbcoflpppa |
公式URL | https://chromewebstore.google.com/detail/cloudsearch/ajfcilnkfhhdofoplbnbicjbcoflpppa |
説明 | CloudSearch - Search the web, and get your results fast |
ファイルサイズ | 184 KB |
インストール数 | 1,294 |
現在のバージョン | 1.0.4 |
最終更新日 | 2022-03-22 |
公開日 | 2022-01-20 |
開発者 | jd295598 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.cloudsearch.digital/ |
プライバシーポリシーページのURL | https://bidlabs.net/privacy_policy.html |
対応言語 | en |
manifest.json | |
{ "author": "CloudSearch", "name": "CloudSearch", "version": "1.0.4", "manifest_version": 2, "description": "CloudSearch - Search the web, and get your results fast", "homepage_url": "https:\/\/cloudsearch.digital\/", "browser_action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "persistent": true, "scripts": [ "src\/js\/jquery.js", "src\/js\/utils.js", "src\/js\/background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "topSites", "storage", "chrome:\/\/favicon\/", "https:\/\/*.cloudsearch.digital\/*" ], "short_name": "CloudSearch", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |