Material Design New Tab

A beautifully simple new tab page built with Facebook's React and Google's Material Design specification.

Material Design New Tab란 무엇입니까?

Material Design New Tab은(는) Russell에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A beautifully simple new tab page built with Facebook's React and Google's Material Design specification."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A beautifully simple new tab page built with Facebook's React and Google's Material Design specification.

Changelog:
     Version 1.1.9:
          - Center background image
          - Fix minor bug with bookmarks bar being able to be clicked when invisible
     Version 1.1.8:
          - Fix links not saving.
     Version 1.1.7:
          - Fix the new tab page not loading.
     Version 1.1.6:
          - Update to the style of the bookmarks bar.  While there are still many fixes to be made, this is an improvement.
     Version 1.1.5:
          - Add a simple bookmarks bar.  This will be styled/fixed in future updates, but this works in the short term.
     Version 1.1.1:
          - The "Change Button Links" dialog now loads saved websites and links, meaning you can change only one field.
     Version 1.0.2:
          - Made buttons opaque rather than semitransparent.
          - Buttons are no longer blurred on the page as a result of vertical centering.
     Version 1.0.0:
          - Initial Release.                    

확장 프로그램 기본 정보

이름 Material Design New Tab Material Design New Tab
ID enoinobaajgbimopljmnljlahmknmgin
공식 URL https://chromewebstore.google.com/detail/material-design-new-tab/enoinobaajgbimopljmnljlahmknmgin
설명 A beautifully simple new tab page built with Facebook's React and Google's Material Design specification.
파일 크기 271 KB
설치 횟수 33
현재 버전 1.1.9
최근 업데이트 2016-11-22
출시 날짜 2016-11-22
평점 4.00/5 총 1 개의 평점
개발자 Russell
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Material Design New Tab",
    "short_name": "Material New Tab",
    "description": "A beautifully simple new tab page built with Facebook's React and Google's Material Design specification.",
    "version": "1.1.9",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "icons": {
        "16": "icons\/mipmap-mdpi\/ic_launcher.png",
        "72": "icons\/mipmap-hdpi\/ic_launcher.png",
        "144": "icons\/mipmap-xxhdpi\/ic_launcher.png"
    }
}