Ultab - New Tab Page

Give a clean and modern look to your new tab page.

Ultab - New Tab Page란 무엇입니까?

Ultab - New Tab Page은(는) https://ultab.space에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Give a clean and modern look to your new tab page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Ultab - New Tab Page 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Some useful features:

- Notepad
- ToDo
- Links
- Apps
- History
- Bookmarks
- Downloads
- Search box
- Clock                    

확장 프로그램 기본 정보

이름 Ultab - New Tab Page Ultab - New Tab Page
ID djmdnnaaplpopbkoaogbbcjligodffno
공식 URL https://chromewebstore.google.com/detail/ultab-new-tab-page/djmdnnaaplpopbkoaogbbcjligodffno
설명 Give a clean and modern look to your new tab page.
파일 크기 2.83 MB
설치 횟수 3,307
현재 버전 1.0.6
최근 업데이트 2022-10-25
출시 날짜 2021-11-12
평점 5.00/5 총 35 개의 평점
개발자 https://ultab.space
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ultab.space
개인정보 보호 정책 페이지 URL https://ultab.space/pp
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ultab - New Tab Page",
    "description": "Give a clean and modern look to your new tab page.",
    "version": "1.0.6",
    "minimum_chrome_version": "88",
    "offline_enabled": true,
    "icons": {
        "256": "icons\/256.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab-init.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/ultab.space\/*",
        "*:\/\/www.google.com\/complete\/search\/*"
    ]
}