CloudSearch

CloudSearch - Search the web, and get your results fast

ما هو CloudSearch؟

CloudSearch هو إضافة Chrome تم تطويرها بواسطة jd295598، والميزة الرئيسية لها هي "CloudSearch - Search the web, and get your results fast".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CloudSearch

قم بتنزيل ملفات الامتداد CloudSearch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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"
}