Blank New Tab Page - White Smoke
A blank new tab page with white smoke background, which also supports dark mode.
什麼是Blank New Tab Page - White Smoke?
Blank New Tab Page - White Smoke是由https://yuhaofe.com開發的Chrome擴展程式,該擴展的主要功能是“A blank new tab page with white smoke background, which also supports dark mode.”。
擴展截圖
下載Blank New Tab Page - White Smoke擴展crx文件
下載Blank New Tab Page - White Smoke擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension replaces the default new tab page with a white smoke background blank page, which also supports dark mode and incognito mode. You may hide the toolbar icon by right click on it.
擴展基本資訊
名稱 | Blank New Tab Page - White Smoke |
ID | jmbngnnlimnakiibacglaeflpghellfh |
官方網址 | https://chromewebstore.google.com/detail/blank-new-tab-page-white/jmbngnnlimnakiibacglaeflpghellfh |
簡介 | A blank new tab page with white smoke background, which also supports dark mode. |
檔案大小 | 9.44 KB |
安裝次數 | 3,742 |
目前版本 | 0.2.3 |
更新時間 | 2022-04-05 |
上架時間 | 2019-04-14 |
評分 | 5.00/5 共 5 次評分 |
開發者 | https://yuhaofe.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://yuhaofe.com/blank-new-tab-page |
說明頁面URL | https://github.com/yuhaofe/Blank-New-Tab-Page---White-Smoke/issues |
支援的語言 | en,es,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "description": "__MSG_extdesc__", "version": "0.2.3", "manifest_version": 3, "icons": { "16": "icons\/blank16.png", "32": "icons\/blank32.png", "48": "icons\/blank48.png", "128": "icons\/blank128.png" }, "action": { "default_icon": { "16": "icons\/blank16.png", "32": "icons\/blank32.png" }, "default_popup": "src\/options.html" }, "chrome_url_overrides": { "newtab": "src\/blank.html" }, "options_ui": { "page": "src\/options.html", "open_in_tab": false }, "permissions": [ "storage" ], "incognito": "split", "default_locale": "en" } |