Clean Tab with your background

Clean tab with your specified background only.

Clean Tab with your backgroundとは何ですか?

Clean Tab with your backgroundはMagic Pushによって開発されたChromeの拡張機能で、その主な機能は「Clean tab with your specified background only.」です。

拡張機能のスクリーンショット

screenshot

Clean Tab with your background拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is a personal experimental extension that replaces the standard Google Chrome "New tab" with these annoying search bar and last visited pages table which you can't disable in the browser settings.

With the "Clean Tab" extension you get absolutely clean and fast loaded new tab with the background image you specify manually on the extension "Settings" page.

Nota bene:
1. Due to security restrictions it's not possible to load "chrome://theme/IDR_THEME_NTP_BACKGROUND" as a wallpaper. You need to save your theme wallpaper manually and then specify it via "Choose File" button.
2. Do not expect sweetly decorated settings page or anything else in addition. My goal was just to replace the standard new tab page so I didn't bother with a "nice and smooth user friendly interface".
3. You can freely edit this extension and make your own analogue with better functionality. I'll be only pleased if you send me a link to your better extension.                    

拡張機能の基本情報

名前 Clean Tab with your background Clean Tab with your background
ID clppcmpdfbfgphmampcdgnhhbdebamlo
公式URL https://chromewebstore.google.com/detail/clean-tab-with-your-backg/clppcmpdfbfgphmampcdgnhhbdebamlo
説明 Clean tab with your specified background only.
ファイルサイズ 23.75 KB
インストール数 103
現在のバージョン 3.0.0
最終更新日 2023-12-18
公開日 2019-09-23
評価 3.50/5 合計 8 レビュー
開発者 Magic Push
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/MagicPush/cletawyba
ヘルプページのURL https://github.com/MagicPush/cletawyba
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clean Tab with your background",
    "version": "3.0.0",
    "description": "Clean tab with your specified background only.",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "author": "Kirill Ulanovskiy",
    "chrome_url_overrides": {
        "newtab": "clean_tab.html"
    },
    "permissions": [
        "storage"
    ],
    "short_name": "Clean Tab",
    "action": {
        "default_icon": {
            "19": "icons\/icon_19.png",
            "38": "icons\/icon_38.png"
        },
        "default_title": "Clean Tab",
        "default_popup": "popup.html"
    }
}