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
官方網址 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
電子郵箱 [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\/"
}