Beautiful New Tab

A beautiful new tab page

Beautiful New Tab란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A alternative to the ugly Chrome new tab page. This extension shows random a beautiful image from Unsplash.com, along with a minimal set of shortcut links to your favourite sites, the current temperature and weather, and the time and date.                    

확장 프로그램 기본 정보

이름 Beautiful New Tab Beautiful New Tab
ID bailppllbndlpphoipdchcmiiefhelfh
공식 URL https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh
설명 A beautiful new tab page
파일 크기 3.78 MB
설치 횟수 167
현재 버전 1.19
최근 업데이트 2019-08-28
출시 날짜 2019-08-28
평점 5.00/5 총 9 개의 평점
개발자 Matt Carrick
결제 유형 free
확장 프로그램 웹 사이트 http://rokco.org
도움말 페이지 URL https://github.com/xRokco/New-Tab
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautiful New Tab",
    "version": "1.19",
    "minimum_chrome_version": "37",
    "manifest_version": 2,
    "description": "A beautiful new tab page",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "permissions": [
        "geolocation",
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "config.js",
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "index.html"
    ]
}