Your New Tab Page
Overrides the new tab page on Chrome with a more elegant and simple design.
Your New Tab Page란 무엇입니까?
Your New Tab Page은(는) disregarding standards에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Overrides the new tab page on Chrome with a more elegant and simple design."입니다.
확장 프로그램 스크린샷
Your New Tab Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Allows you to customize your new tab page by adding whatever links you want, and not be stuck with the default 8. You are now able to customize the font and background color. Under "Settings", enter colors in hex (#FFFFFF is white) notation. Uses: - Place new links to your favorite websites - Keep track of your packages by adding a link - Have more, or less, than just 8 links. Todo: - Ability to sort the links - Provide weather information - Add a to-do list
확장 프로그램 기본 정보
이름 | Your New Tab Page |
ID | daeegpekhhgennllidlchmpaamfjhnfk |
공식 URL | https://chromewebstore.google.com/detail/your-new-tab-page/daeegpekhhgennllidlchmpaamfjhnfk |
설명 | Overrides the new tab page on Chrome with a more elegant and simple design. |
파일 크기 | 160 KB |
설치 횟수 | 10 |
현재 버전 | 1.4 |
최근 업데이트 | 2014-01-25 |
출시 날짜 | 2014-01-25 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | disregarding standards |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/yvescourtois/your-new-tab-page |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Your New Tab Page", "description": "Overrides the new tab page on Chrome with a more elegant and simple design.", "version": "1.4", "manifest_version": 2, "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "topSites", "http:\/\/query.yahooapis.com\/" ], "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "blank.gif" }, "background": { "scripts": [ "includes\/jquery-1.10.2.min.js", "includes\/bootstrap.min.js", "includes\/events.js", "includes\/ready.js" ] } } |