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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}