New Tab Redirect to Apps - Axlg

Simple extension that will bring you back the classic Apps-Based New tab page!

New Tab Redirect to Apps - Axlg란 무엇입니까?

New Tab Redirect to Apps - Axlg은(는) https://axl-g.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple extension that will bring you back the classic Apps-Based New tab page!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

New Tab Redirect to Apps - Axlg 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        I made this because i was using another one that was asking a lots of permissions.

This will shows you Apps Page when opening a New tab and need only 1 permission that is for redirect to chrome://apps.

v2 Updated! working again!

axl-g.com                    

확장 프로그램 기본 정보

이름 New Tab Redirect to Apps - Axlg New Tab Redirect to Apps - Axlg
ID nkglplbcmeamjpiegkcjhfogcjfggjjp
공식 URL https://chromewebstore.google.com/detail/new-tab-redirect-to-apps/nkglplbcmeamjpiegkcjhfogcjfggjjp
설명 Simple extension that will bring you back the classic Apps-Based New tab page!
파일 크기 7.7 KB
설치 횟수 627
현재 버전 2
최근 업데이트 2016-10-07
출시 날짜 2016-10-05
평점 4.73/5 총 40 개의 평점
개발자 https://axl-g.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://axl-g.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Redirect to Apps - Axlg",
    "description": "Simple extension that will bring you back the classic Apps-Based New tab page!",
    "version": "2",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "new_tab_redirect_to_apps.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "Axlg_Logo.png"
    }
}