Search101

Take your browser experience up a notch.

ما هو Search101؟

Search101 هو إضافة Chrome تم تطويرها بواسطة Browser Labs Pty Ltd، والميزة الرئيسية لها هي "Take your browser experience up a notch.".

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

screenshot

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

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

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

                        We have created a browser extension that brings the web to you. You can enjoy a fast web browsing experience with the Search101 new tab extension and get the best of the web powered by Bing.com.

The Search101 extension is all about functionality which allows you to search the best of the web through a new tab search whilst giving you the additional features that include

·         Quick web search right at your fingertips powered by Bing.com
·         Easy view time of day
·         Quick links to your favorite social media platforms

By clicking "Add to chrome", I accept and agree to installing the Search101 extension and setting Chrome New Tab to that provided by the service with web search by Bing, and the Privacy Policy (https://browser-labs.com.au/privacy-policy/) and Terms of Use (https://browser-labs.com.au/terms-and-conditions/)                    

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

الاسم Search101 Search101
ID jccboplgjkihlkihimaimhgaaalbbaje
عنوان URL الرسمي https://chromewebstore.google.com/detail/search101/jccboplgjkihlkihimaimhgaaalbbaje
الوصف Take your browser experience up a notch.
حجم الملف 513 KB
عدد التثبيتات 56,237
النسخة الحالية 0.3
آخر تحديث 2021-07-15
تاريخ النشر 2021-04-17
المطور Browser Labs Pty Ltd
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://browser-labs.com.au/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search101",
    "author": "Frooty Studios",
    "description": "Take your browser experience up a notch.",
    "version": "0.3",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/imgs\/ex_logo_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "views\/tabs\/tabs.html"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            ".\/backgroundScript\/backgroundScript.js"
        ],
        "persistent": true
    },
    "permissions": []
}