Original New Tab
Opens the original Chrome™ "New Tab"
Original New Tab란 무엇입니까?
Original New Tab은(는) Oscar de Dios에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens the original Chrome™ "New Tab""입니다.
확장 프로그램 스크린샷
Original New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It Opens the Original Chrome™ New Tab. Useful if you have installed some of the extensions that overrides the original new tab and you want to use momentarily the original chrome™ tab. This extension shows the ACTUAL chrome™ new tab page, install only if you use another new tab extension. Icons made www.flaticon.com/authors/robin-kylander, licensed by Creative Commons BY 3.0
확장 프로그램 기본 정보
이름 | Original New Tab |
ID | lolhkjkbfeldmnjcbgifdbnjnokekpma |
공식 URL | https://chromewebstore.google.com/detail/original-new-tab/lolhkjkbfeldmnjcbgifdbnjnokekpma |
설명 | Opens the original Chrome™ "New Tab" |
파일 크기 | 168 KB |
설치 횟수 | 5,000 |
현재 버전 | 2.3 |
최근 업데이트 | 2017-06-15 |
출시 날짜 | 2017-06-15 |
평점 | 3.32/5 총 50 개의 평점 |
개발자 | Oscar de Dios |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.noteboardapp.com/policy |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Original New Tab", "version": "2.3", "manifest_version": 2, "icons": { "128": "extIcon128.png" }, "default_locale": "en", "description": "__MSG_extDesc__", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Original New Tab", "default_icon": { "19": "extIcon16.png", "38": "extIcon32.png" } } } |