Blank New Tab

Blank page on new tab with dark mode button.

什麼是Blank New Tab?

Blank New Tab是由meh開發的Chrome擴展程式,該擴展的主要功能是“Blank page on new tab with dark mode button.”。

擴展截圖

screenshot
screenshot

下載Blank New Tab擴展crx文件

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

擴展使用說明

                        A Google Chrome extension which replaces the default new tab page with a blank screen 🌈 . Also have a dark mode 😎 button in case you want it to be dark.

Features
✅ Same background color as other native Chrome tabs
✅ Same title as the default new tab page ("New tab")
✅ Dark mode button

Tweet me at @asyr0f 😎

CHANGELOG

1.0.0
- First stable release.                    

擴展基本資訊

名稱 Blank New Tab Blank New Tab
ID mddjhfmfmjjcamojkkjeiodkdhdedhce
官方網址 https://chromewebstore.google.com/detail/blank-new-tab/mddjhfmfmjjcamojkkjeiodkdhdedhce
簡介 Blank page on new tab with dark mode button.
檔案大小 4.64 KB
安裝次數 76
目前版本 1.0.0
更新時間 2021-07-05
上架時間 2021-04-20
評分 4.00/5 共 1 次評分
開發者 meh
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blank New Tab",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Blank page on new tab with dark mode button.",
    "homepage_url": "https:\/\/asyrafff.com\/",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}