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文件

下載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 CloudSearch
ID ajfcilnkfhhdofoplbnbicjbcoflpppa
官方網址 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"
}