Blank new tab page - dark mode

Override the new tab page with a blank one

什麼是Blank new tab page - dark mode?

Blank new tab page - dark mode是由rvrn22開發的Chrome擴展程式,該擴展的主要功能是“Override the new tab page with a blank one”。

擴展截圖

screenshot

下載Blank new tab page - dark mode擴展crx文件

下載Blank new tab page - dark mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Blank New Tab - Dark Mode                    

擴展基本資訊

名稱 Blank new tab page - dark mode Blank new tab page - dark mode
ID labpicbakmhjddbhpeanjgeapfonhago
官方網址 https://chromewebstore.google.com/detail/blank-new-tab-page-dark-m/labpicbakmhjddbhpeanjgeapfonhago
簡介 Override the new tab page with a blank one
檔案大小 3.18 KB
安裝次數 82
目前版本 0.2
更新時間 2019-02-24
上架時間 2019-02-24
開發者 rvrn22
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blank new tab page - dark mode",
    "description": "Override the new tab page with a blank one",
    "version": "0.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "manifest_version": 2
}