UniTab

Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.

ما هو UniTab؟

UniTab هو إضافة Chrome تم تطويرها بواسطة https://www.unitab.co، والميزة الرئيسية لها هي "Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.".

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

screenshot
screenshot
screenshot

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

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

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

                        Search the internet with stunning new tab wallpapers.

Please enjoy your search experience. The UniTab extension will configure your default search and new tab to UniTab.

By clicking "Add to chrome", I accept and agree to installing 'UniTab' -  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.unitab.co/eula
Privacy Policy: https://www.unitab.co/privacy

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

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

الاسم UniTab UniTab
ID pkofgnelfapboohgpdhkcihfgbemgpla
عنوان URL الرسمي https://chromewebstore.google.com/detail/unitab/pkofgnelfapboohgpdhkcihfgbemgpla
الوصف Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.
حجم الملف 20.55 MB
عدد التثبيتات 108
النسخة الحالية 1.0.0
آخر تحديث 2023-06-17
تاريخ النشر 2023-05-06
تقييم 5.00/5 مجموع تقييمات 3
المطور https://www.unitab.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.unitab.co
عنوان صفحة سياسة الخصوصية https://www.unitab.co/privacy
اللغات المدعومة en-US
manifest.json
{
    "author": "UniTab",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.",
    "homepage_url": "https:\/\/www.unitab.co",
    "icons": {
        "16": "icon\/16x16.png",
        "32": "icon\/32x32.png",
        "48": "icon\/48x48.png",
        "128": "icon\/128x128.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "UniTab",
    "permissions": [
        "tabs",
        "storage"
    ],
    "short_name": "UniTab",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon.png"
            ]
        }
    ]
}