Blank New Tab
Create a blank new tab without any existing content.
什麼是Blank New Tab?
Blank New Tab是由https://yifanwu.net開發的Chrome擴展程式,該擴展的主要功能是“Create a blank new tab without any existing content.”。
擴展截圖
下載Blank New Tab擴展crx文件
下載Blank New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This plugin makes the new tab page complete blank. 擴展基本資訊
| 名稱 | |
| ID | beafekehjfhnkpnnjegadfdncaipnljp |
| 官方網址 | https://chromewebstore.google.com/detail/blank-new-tab/beafekehjfhnkpnnjegadfdncaipnljp |
| 簡介 | Create a blank new tab without any existing content. |
| 檔案大小 | 3.34 KB |
| 安裝次數 | 5,182 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2018-09-26 |
| 上架時間 | 2018-09-26 |
| 評分 | 4.65/5 共 99 次評分 |
| 開發者 | https://yifanwu.net |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Blank New Tab",
"version": "0.0.2",
"manifest_version": 2,
"description": "Create a blank new tab without any existing content.",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"browser_action": {
"default_icon": {
"24": "icon.png"
},
"default_title": "Blank New Tab"
}
} | |