New Tab

Create a blank new tab without any existing content.

New Tabとは何ですか?

New Tabはhttps://blank-tab.freefinancetools.netによって開発されたChromeの拡張機能で、その主な機能は「Create a blank new tab without any existing content.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

New Tab拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Create a blank new tab without any existing content in chrome.
This plugin makes the new tab page complete blank.                    

拡張機能の基本情報

名前 New Tab New Tab
ID iaccodjlnfpdhjncllhaamifeglhhmdj
公式URL https://chromewebstore.google.com/detail/new-tab/iaccodjlnfpdhjncllhaamifeglhhmdj
説明 Create a blank new tab without any existing content.
ファイルサイズ 80.97 KB
インストール数 2,731
現在のバージョン 3.0.1
最終更新日 2022-10-12
公開日 2020-07-15
評価 3.00/5 合計 1 レビュー
開発者 https://blank-tab.freefinancetools.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://blank-tab.freefinancetools.net
対応言語 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_AppName__",
    "version": "3.0.1",
    "container": [
        "GOOGLE_DRIVE"
    ],
    "offline_enabled": true,
    "description": "__MSG_AppDesc__",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "ui\/newtab.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "512": "icons\/icon-512.png"
        },
        "default_title": "__MSG_AppName__"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png"
    },
    "background": {
        "service_worker": "\/js\/worker.js"
    },
    "homepage_url": "https:\/\/blank-tab.freefinancetools.net\/"
}