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ファイルをダウンロード

TNT - The New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}