Web Tab Live

Replace the new tab background with a beautiful abstract wallpaper.

Web Tab Live란 무엇입니까?

Web Tab Live은(는) https://webtablive.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace the new tab background with a beautiful abstract wallpaper."입니다.

확장 프로그램 스크린샷

screenshot

Web Tab Live 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Give your Chrome a new look with abstract wallpapers.
Web Tab Live extension brings a fresh look to your default Chrome New Tab page. With every Chrome browser or new tab launch, you will enjoy the abstract wallpapers.
The extension will update your new-tab search and it will be powered by Microsoft Bing.

Features:
- One fixed wallpaper: You may want a fixed wallpaper you always want to see, then just click on an image listed in the backgrounds section
- Quick Links: Quickly access to the most popular social media websites
- Search box: Search the entire web within the extension

Terms of Use: https://webtablive.com/terms.html
Privacy Policy: https://webtablive.com/privacy.html

By click on the «Add to Chrome» button in the top right hand corner and installing the Web Tab Live extension, you are agreeing to install this extension, you are agreeing to our Privacy Policy, and you are agreeing to our Terms of Use.                    

확장 프로그램 기본 정보

이름 Web Tab Live Web Tab Live
ID oibdcapfnpanimpddghpiicflamancko
공식 URL https://chromewebstore.google.com/detail/web-tab-live/oibdcapfnpanimpddghpiicflamancko
설명 Replace the new tab background with a beautiful abstract wallpaper.
파일 크기 1.16 MB
설치 횟수 11
현재 버전 1.0.2
최근 업데이트 2023-11-01
출시 날짜 2021-03-30
개발자 https://webtablive.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://webtablive.com/privacy.html
지원되는 언어 en
manifest.json
{
    "manifest_version": 2,
    "name": "Web Tab Live",
    "version": "1.0.2",
    "description": "Replace the new tab background with a beautiful abstract wallpaper.",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "https:\/\/webtablive.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "bootstrap.html"
    },
    "background": {
        "scripts": [
            "lib.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}