Alpha Search

Alpha Search - Search the web from your browser

ما هو Alpha Search؟

Alpha Search هو إضافة Chrome تم تطويرها بواسطة https://alphasearch.co، والميزة الرئيسية لها هي "Alpha Search - Search the web from your browser".

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

screenshot

تحميل ملف CRX للإضافة Alpha Search

قم بتنزيل ملفات الامتداد Alpha Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        AlphaSearch - Light and minimal new tab that allows you to search by text and navigate easily to popular websites.

For more information please visit: https://www.alphasearch.co
Please leave us a 5 start review!

By clicking "Add to chrome", I accept and agree to installing 'Alpha Search' -  Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms Of Use and Privacy Policy

Terms Of Use: https://www.alphasearch.co/terms-of-use
Privacy Policy: https://www.alphasearch.co/privacy-policy

The extension will update your new tab settings and will change your search to be powered by Bing.                    

معلومات أساسية عن التمديد

الاسم Alpha Search Alpha Search
ID gdbdalnddkaodfcphgbgpbommhnifnee
عنوان URL الرسمي https://chromewebstore.google.com/detail/alpha-search/gdbdalnddkaodfcphgbgpbommhnifnee
الوصف Alpha Search - Search the web from your browser
حجم الملف 96.01 KB
عدد التثبيتات 3,485
النسخة الحالية 1.0.3
آخر تحديث 2022-08-06
تاريخ النشر 2021-05-08
تقييم 4.00/5 مجموع تقييمات 3
المطور https://alphasearch.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://alphasearch.co
عنوان صفحة سياسة الخصوصية https://www.clickfireapps.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "author": "Alpha Search",
    "background": {
        "service_worker": "js\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Alpha Search - Search the web from your browser",
    "homepage_url": "https:\/\/www.alphasearch.co",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "Alpha Search",
    "permissions": [
        "tabs"
    ],
    "short_name": "Alpha Search",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "web_accessible_resources": [
        {
            "resources": [
                "icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}