UniTab

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

UniTab란 무엇입니까?

UniTab은(는) https://www.unitab.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets you search through the web with a beautiful wallpaper and a search bar in every new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

UniTab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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"
            ]
        }
    ]
}