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

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

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}