New Tab Apps

Show the Apps screen in the New Tab instead of the new New Tab.

New Tab Apps란 무엇입니까?

New Tab Apps은(는) Adrià Vilanova Martínez (avm99963)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show the Apps screen in the New Tab instead of the new New Tab."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Show the Apps screen in the New Tab instead of the new New Tab.

** How it works **
Immediately after you install this extension we'll redirect all the new tab pages you open to the Apps screen. That simple. Whenever you want you can uninstall or disable it in the chrome://extensions page.

** Credits **
Icon from http://www.icons-land.com                    

확장 프로그램 기본 정보

이름 New Tab Apps New Tab Apps
ID iiaadipohcenaagngllohhjehohdcehp
공식 URL https://chromewebstore.google.com/detail/new-tab-apps/iiaadipohcenaagngllohhjehohdcehp
설명 Show the Apps screen in the New Tab instead of the new New Tab.
파일 크기 86.26 KB
설치 횟수 709
현재 버전 0.2.1.1
최근 업데이트 2022-07-09
출시 날짜 2014-05-03
평점 4.80/5 총 10 개의 평점
개발자 Adrià Vilanova Martínez (avm99963)
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vQqZVpbT2k8U1tn1PdmDaAWnfMpLFIIeAAxiN-J-p7atXSPhhjVemIe5z5TgyT7llpgq1OAitP1TXB5/pub
지원되는 언어 en,ca,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.2.1.1",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "256": "img\/icon\/256.png",
        "128": "img\/icon\/128.png",
        "64": "img\/icon\/64.png",
        "48": "img\/icon\/48.png",
        "32": "img\/icon\/32.png",
        "24": "img\/icon\/24.png",
        "16": "img\/icon\/16.png"
    },
    "default_locale": "en"
}