TNT - The New Tab

This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!

TNT - The New Tab란 무엇입니까?

TNT - The New Tab은(는) https://permutat.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TNT - The New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        TNT - The New Tab

- define your own new tab 
- pick some predefined URLs
- support your own URL
- or use TNT-page

TNT doesn't need any special Permission!!

Version 1.1.0

- fixed loosing settings after Chrome updates
- removed rapidshare from TNT-options
- added domain extensions to labels for TNT-tabbuttons                    

확장 프로그램 기본 정보

이름 TNT - The New Tab TNT - The New Tab
ID fibejpdhnnpjcmpdfkcoeeombnhmjmao
공식 URL https://chromewebstore.google.com/detail/tnt-the-new-tab/fibejpdhnnpjcmpdfkcoeeombnhmjmao
설명 This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!
파일 크기 162 KB
설치 횟수 36
현재 버전 1.1.0
최근 업데이트 2015-08-11
출시 날짜 2015-08-11
개발자 https://permutat.de
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "name": "TNT - The New Tab",
    "description": "This extension replaces default 'New Tab'-page with desired page. Default page is www.google.com!",
    "version": "1.1.0",
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "options.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}