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ファイルをダウンロード

Web Tab Live拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}