YouTab

YouTab is a brand new personalized tab featuring customized widgets and wallpapers.

ما هو YouTab؟

YouTab هو إضافة Chrome تم تطويرها بواسطة HEYOOO HOLDINGS LIMITED، والميزة الرئيسية لها هي "YouTab is a brand new personalized tab featuring customized widgets and wallpapers.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        YouTab is a brand new personalized tab featuring customized widgets and wallpapers.

Features:
• 🌐 Aggregate more than 10 mainstream search engines, supporting one-click quick switch for search
• 👩‍💻 Customize frequently used icons, with options to set icon style, size, and layout
• 📚 Customize icon groups for better organization
• 🎨 Massive selection of beautiful wallpapers to personalize your experience
• 🌏 Built-in, meticulously curated icon library of globally recognized and high-quality website resources                    

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

الاسم YouTab YouTab
ID eoccgcljcojbmcfdnbnmikhlokeiiolp
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtab/eoccgcljcojbmcfdnbnmikhlokeiiolp
الوصف YouTab is a brand new personalized tab featuring customized widgets and wallpapers.
حجم الملف 1.56 MB
عدد التثبيتات 265
النسخة الحالية 0.0.2
آخر تحديث 2023-10-13
تاريخ النشر 2023-08-21
تقييم 5.00/5 مجموع تقييمات 2
المطور HEYOOO HOLDINGS LIMITED
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.0.2",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "action": {
        "default_icon": "src\/assets\/icon-512.png",
        "default_popup": "src\/modules\/popup\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "src\/assets\/icon-512.png",
        "48": "src\/assets\/icon-512.png",
        "128": "src\/assets\/icon-512.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}