Blank New Tab Page plus...

A blank New Tab Page with a colour and background of your choice

Blank New Tab Page plus...란 무엇입니까?

Blank New Tab Page plus...은(는) https://mythical5th.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A blank New Tab Page with a colour and background of your choice"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Blank New Tab Page plus... 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Click the icon in the bottom corner to reveal options for background colour, patterns and textures, and to add a launcher for pages such as Bookmarks and History.

The background can be saved as an image file via the toolbar icon's context menu. On Chrome OS, it can be set as the desktop wallpaper via the same menu.

⚠ This extension is a replacement for your current New Tab Page, it doesn't simply add a background to it.                    

확장 프로그램 기본 정보

이름 Blank New Tab Page plus... Blank New Tab Page plus...
ID hlgjppjfojhgojohkpcfaecgnaehajae
공식 URL https://chromewebstore.google.com/detail/blank-new-tab-page-plus/hlgjppjfojhgojohkpcfaecgnaehajae
설명 A blank New Tab Page with a colour and background of your choice
파일 크기 1.61 MB
설치 횟수 44
현재 버전 2.2.5
최근 업데이트 2024-02-10
출시 날짜 2019-04-06
평점 4.80/5 총 5 개의 평점
개발자 https://mythical5th.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://mythical5th.com/policies/chromeWebStore.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.2.5",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "BlankTab",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "html\/newTab.html"
    },
    "action": [],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "wallpaper"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}