CloudSearch

CloudSearch - Search the web, and get your results fast

CloudSearch là gì?

CloudSearch là một tiện ích mở rộng Chrome được phát triển bởi jd295598, và tính năng chính của nó là "CloudSearch - Search the web, and get your results fast".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CloudSearch

Tải xuống các tệp mở rộng CloudSearch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CloudSearch CloudSearch
ID ajfcilnkfhhdofoplbnbicjbcoflpppa
URL Chính Thức https://chromewebstore.google.com/detail/cloudsearch/ajfcilnkfhhdofoplbnbicjbcoflpppa
Mô tả CloudSearch - Search the web, and get your results fast
Kích Thước Tệp 184 KB
Số Lần Cài Đặt 1,294
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2022-03-22
Ngày Phát Hành 2022-01-20
Nhà Phát Triển jd295598
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cloudsearch.digital/
URL Trang Chính Sách Bảo Mật https://bidlabs.net/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}