New Tab

⚡ A high-performance new tab page that gets you where you need to go faster.

New Tab란 무엇입니까?

New Tab은(는) https://maxmilton.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "⚡ A high-performance new tab page that gets you where you need to go faster."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        * Fastest loading of any new tab page with all the features you expect.
* Distraction-free, minimal design aesthetic with multiple themes.
* A list of your open tabs, recently closed tabs, and top sites.
* Search tabs, bookmarks, history, and top sites in one place.
* Simple bookmarks bar.
* Links to frequently used destinations in your browser.

- - - - - - - - - - - -

See releases on GitHub for information about each update:
https://github.com/maxmilton/new-tab/releases                    

확장 프로그램 기본 정보

이름 New Tab New Tab
ID cpcibnbdmpmcmnkhoiilpnlaepkepknb
공식 URL https://chromewebstore.google.com/detail/new-tab/cpcibnbdmpmcmnkhoiilpnlaepkepknb
설명 ⚡ A high-performance new tab page that gets you where you need to go faster.
파일 크기 14.58 KB
설치 횟수 159
현재 버전 0.22.0
최근 업데이트 2023-11-25
출시 날짜 2018-08-31
평점 5.00/5 총 8 개의 평점
개발자 https://maxmilton.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/maxmilton/new-tab
도움말 페이지 URL https://github.com/maxmilton/new-tab/issues
개인정보 보호 정책 페이지 URL https://github.com/maxmilton/privacy-policy/blob/master/chrome-extensions.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "New Tab",
    "description": "\u26a1 A high-performance new tab page that gets you where you need to go faster.",
    "version": "0.22.0",
    "minimum_chrome_version": "116",
    "homepage_url": "https:\/\/github.com\/maxmilton\/new-tab",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "bookmarks",
        "favicon",
        "history",
        "sessions",
        "storage",
        "tabs",
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "options_ui": {
        "page": "settings.html"
    },
    "offline_enabled": true,
    "incognito": "not_allowed",
    "content_security_policy": {
        "extension_pages": "default-src 'none';script-src 'self';style-src 'self';img-src 'self';base-uri 'none'"
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk9BfRa5CXuCX1ElY0yu9kJSqxFirFtSy79ZR\/fyKHdOzZurQXNmhIyxVnQXd2bxHvuKUyZGahm\/gwgyyzGuxhsQEue6wTD9TnOvvM2vusXpnoCr6Ili7sBwUo9vA2aPI77NB0eArXz9WWNmoDWW5WEqI\/rk26Tinl8SNU9iDJISbL+dMses1QPw64oYFWB1J4JeB1MhXnzTxECpGZTn33LhgBU4J3ooT6eoqrsJdRvuc0vjPMxq\/jfqLkdBbzlsnrMbgtDoJ9WiWj2lA0MzHGDAQ8HgnMEi3SpXRNnod9CCBnxmkHqv3u4u7Tvp\/WLAgJ+QjCt+9yYyw3nOYHpEweQIDAQAB"
}