Minimal New Tab

A minimal new tab page for Chrome.

Minimal New Tab란 무엇입니까?

Minimal New Tab은(는) ExPixel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A minimal new tab page for Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        A minimal new tab page for Chrome.                    

확장 프로그램 기본 정보

이름 Minimal New Tab Minimal New Tab
ID oefebaomaahemfkgjdeaokigmcflbfna
공식 URL https://chrome.google.com/webstore/detail/minimal-new-tab/oefebaomaahemfkgjdeaokigmcflbfna
설명 A minimal new tab page for Chrome.
파일 크기 122 KB
설치 횟수 617
현재 버전 1.5.0
최근 업데이트 2017-10-11
출시 날짜 2017-10-11
평점 4.61/5 총 18 개의 평점
개발자 ExPixel
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ExPixel/Minimal-New-Tab-Page
도움말 페이지 URL https://github.com/ExPixel/Minimal-New-Tab-Page/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimal New Tab",
    "version": "1.5.0",
    "description": "A minimal new tab page for Chrome.",
    "author": "Adolph C.",
    "icons": {
        "16": "icons\/minimalnewtab-icon-16.png",
        "32": "icons\/minimalnewtab-icon-32.png",
        "48": "icons\/minimalnewtab-icon-48.png",
        "64": "icons\/minimalnewtab-icon-64.png",
        "128": "icons\/minimalnewtab-icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "permissions": [
        "chrome:\/\/favicon\/**\/*",
        "https:\/\/*.darksky.net\/",
        "http:\/\/*.darksky.net\/"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        "img\/weather\/*.svg",
        "js\/app.bundle.js"
    ]
}