Clear New Tab

Remove everything from the new tab page and display any image, gif or video in it as a wallpaper.

Clear New Tab란 무엇입니까?

Clear New Tab은(는) https://www.facebook.com/browservery에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remove everything from the new tab page and display any image, gif or video in it as a wallpaper."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Clear New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Want a blank new tab and nothing more? Try this extension: https://chromewebstore.google.com/detail/odjfoclbnmllekbhpbgopiiaelcpeimb

★ Theme background
When Clear New Tab is installed and the "Theme Background" mode is chosen, backgrounds of themes that you install in the Chrome Web Store will be automatically downloaded and appear in the new tab.
 If a theme background is too big or too small you can fix it (set "Background size" to "Cover the screen"). 

★ Your own background
You can upload your own background (image, gif, video or solid color) as a background in the new tab page.

★ Cycle through different backgrounds
You can make Clear New Tab cycle through your backgrounds, showing you different background every time you open a new tab.

★ Random solid color
Clear New Tab can show you a randomly generated solid color background every time you open a new tab.

★ Schedule a background
In the "Scheduled" mode, Clear New Tab will display a specific background(s) at the date and time you choose.
----------------------------------------------------------------
FAQ

There's no search bar. How to search the web?
You can search with the address bar.

There's no bookmarks bar in the new tab. Why does Clear New Tab hide it?
Clear New Tab doesn't hide it. If an extension replaces the default new tab page, Chrome will automatically hide the bookmarks bar in the new tab. There is no way to force it back unless you set the bookmarks bar to be always visible by hitting Ctrl + Shift + B.

How to eliminate "white flash" before a background is displayed when you open a new tab?
You can replace white to another color with the "Color of area around background" input. Make sure that "Settings context" is set to "Global".

Theme’s background doesn’t fit the screen, can I fix it?
Select "Cover the screen" or "Fit to the browser window" option in the "Background size" select.

Links added as custom HTML are not working. How to fix them?
Add target="_top" to the  tag.
Example:
Link
----------------------------------------------------------------
Known issues

When a theme is being installed options page opens.
This is the issue related to manifest 3.

The slideshow stops after some time.
This is the issue related to manifest 3. Set "Change background every" to "1 minute" or higher to fix this.

Clear New Tab data can be automatically removed by a browser.
Clear New Tab uses IndexedDB to store user data. The browser can remove IndexedDB data if it thinks the user doesn't have enough free space.
----------------------------------------------------------------
Permissions:

Read and change your data on clients2.google.com and clients2.googleusercontent.com 
Allows the extension to download a theme crx package that contains a theme background and other data about a theme (background repeat, сolor of area around background etc).

Replace the page you see when opening a new tab
Allows the extension to show a background image in the new tab.

Manage your apps, extensions, and themes
Allows the extension to detect when a theme is installed and gives it information about a theme (theme id, theme name etc). Theme id is used to download crx.

Optional permissions:

Read data you copy and paste
Allows the extension to paste an image or a link to an image in the "Paste image or URL" input with the "Paste" button.
----------------------------------------------------------------
GitHub: https://github.com/loftyshaky/clear-new-tab

Follow my Facebook page (more extensions): https://www.facebook.com/browservery                    

확장 프로그램 기본 정보

이름 Clear New Tab Clear New Tab
ID felphkbfjadmcejnibcmcncimlappdde
공식 URL https://chromewebstore.google.com/detail/clear-new-tab/felphkbfjadmcejnibcmcncimlappdde
설명 Remove everything from the new tab page and display any image, gif or video in it as a wallpaper.
파일 크기 2.52 MB
설치 횟수 36,847
현재 버전 6.6.0
최근 업데이트 2024-01-15
출시 날짜 2020-01-20
평점 4.58/5 총 253 개의 평점
개발자 https://www.facebook.com/browservery
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.facebook.com/browservery
도움말 페이지 URL https://groups.google.com/g/browservery
개인정보 보호 정책 페이지 URL https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "6.6.0",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "64": "icon64.png"
        }
    },
    "name": "Clear New Tab",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "permissions": [
        "storage",
        "alarms",
        "management",
        "offscreen"
    ],
    "optional_permissions": [
        "clipboardRead"
    ],
    "host_permissions": [
        "https:\/\/clients2.google.com\/*",
        "https:\/\/clients2.googleusercontent.com\/*"
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals allow-top-navigation; script-src 'self' 'unsafe-inline'; child-src 'self'"
    }
}