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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
    }
}