New Tab with chrome apps

simple extension allows change default-new-tab to chrome-apps

New Tab with chrome apps란 무엇입니까?

New Tab with chrome apps은(는) https://jyny.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "simple extension allows change default-new-tab to chrome-apps"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

New Tab with chrome apps 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        OpenSource project for change default-new-tab to chrome-apps

Since some version of chrome, default New-tab page had changed.
This extension bring the default New-tab page back to chrome-apps page. 

OpenSource!
Without any permissions required!!
more private, more secure!

view source code on Github
https://github.com/Jyny/New-Tab-with-chrome-apps                    

확장 프로그램 기본 정보

이름 New Tab with chrome apps New Tab with chrome apps
ID ckcjokafpkoiijnflcpogblchhoieafj
공식 URL https://chromewebstore.google.com/detail/new-tab-with-chrome-apps/ckcjokafpkoiijnflcpogblchhoieafj
설명 simple extension allows change default-new-tab to chrome-apps
파일 크기 3.8 KB
설치 횟수 1,364
현재 버전 1.4
최근 업데이트 2021-03-25
출시 날짜 2015-03-23
평점 4.18/5 총 11 개의 평점
개발자 https://jyny.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Jyny/New-Tab-with-chrome-apps
도움말 페이지 URL https://github.com/Jyny/New-Tab-with-chrome-apps
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab with chrome apps",
    "version": "1.4",
    "author": "jyny",
    "icons": {
        "128": "icon.png"
    },
    "description": "simple extension allows change default-new-tab to chrome-apps",
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    }
}