CloudSearch

CloudSearch - Search the web, and get your results fast

CloudSearch란 무엇입니까?

CloudSearch은(는) jd295598에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CloudSearch - Search the web, and get your results fast"입니다.

확장 프로그램 스크린샷

screenshot

CloudSearch 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
}