Placid Tab New Tab Page

A minimal New Tab page

Placid Tab New Tab Page란 무엇입니까?

Placid Tab New Tab Page은(는) https://rileyjshaw.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A minimal New Tab page"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        A minimal New Tab page.

** New in V2 **
 - Now with light AND dark themes!
 - Options save automatically

Usage:
Each quadrant can be assigned to one of your favourite websites. Click a quadrant to navigate to its assigned link.

Configuration:
To assign your links, either
 - Click an unassigned quadrant, or
 - In the Chrome menu click Tools > Extensions > Placid Tab > Options

Licence: MIT

Project page: https://github.com/rileyjshaw/placid-tab                    

확장 프로그램 기본 정보

이름 Placid Tab New Tab Page Placid Tab New Tab Page
ID mjcblgoejhkkkhgeadejhkpldglnfmcj
공식 URL https://chromewebstore.google.com/detail/placid-tab-new-tab-page/mjcblgoejhkkkhgeadejhkpldglnfmcj
설명 A minimal New Tab page
파일 크기 24.66 KB
설치 횟수 154
현재 버전 2.0.0
최근 업데이트 2015-10-27
출시 날짜 2015-10-27
평점 5.00/5 총 14 개의 평점
개발자 https://rileyjshaw.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/rileyjshaw/placid-tab
도움말 페이지 URL https://github.com/rileyjshaw/placid-tab/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Placid Tab New Tab Page",
    "short_name": "Placid Tab",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "A minimal New Tab page",
    "author": "rileyjshaw",
    "chrome_url_overrides": {
        "newtab": "home.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html"
}