New Tab Changer

Load a custom web page or url in a new tab. Fast, light, and easy to use.

New Tab Changer란 무엇입니까?

New Tab Changer은(는) https://www.dummysoftware.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Load a custom web page or url in a new tab. Fast, light, and easy to use."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        * Load a custom web page or url in a new tab.
* Make new tabs automatically load Gmail, Bing, or any web site.
* Easily setup a new tab redirect to a local file url.
* Automatically sets focus to url bar.
* Supports Incognito mode.
* Fast, light, and easy to use.
* Clear cache when loading new tabs.
* Redirect to last visited url.
* Advanced statistics to display a history of max and total tabs open per day.

Automatically set a custom url to load in new tabs. Setup a new tab redirect to Gmail, Yahoo, Bing, or any web page you desire!

Simply enter the desired web site url and click Save. Any time a new tab is opened, the web site you selected will automatically display. New Tab Changer supports web site urls and local file urls.

New Tab Changer lets you automatically setup a new tab redirect to a custom url.                    

확장 프로그램 기본 정보

이름 New Tab Changer New Tab Changer
ID occbjkhimchkolibngmcefpjlbknggfh
공식 URL https://chromewebstore.google.com/detail/new-tab-changer/occbjkhimchkolibngmcefpjlbknggfh
설명 Load a custom web page or url in a new tab. Fast, light, and easy to use.
파일 크기 106 KB
설치 횟수 12,393
현재 버전 2.3
최근 업데이트 2024-01-08
출시 날짜 2016-03-10
평점 4.29/5 총 66 개의 평점
개발자 https://www.dummysoftware.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.dummysoftware.com/new-tab-changer
도움말 페이지 URL http://www.dummysoftware.com/new-tab-changer
개인정보 보호 정책 페이지 URL http://dummysoftware.com/chrome-privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Changer",
    "version": "2.3",
    "manifest_version": 3,
    "description": "Load a custom web page or url in a new tab. Fast, light, and easy to use.",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "images\/16x16.png",
        "default_title": "New Tab Changer"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "browsingData"
    ],
    "host_permissions": [
        "http:\/\/www.dummysoftware.com\/*",
        "https:\/\/www.dummysoftware.com\/*"
    ],
    "icons": {
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "incognito": "split"
}