ZeroTab - Empty New Tab Page
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
什麼是ZeroTab - Empty New Tab Page?
ZeroTab - Empty New Tab Page是由Yauheni Pakala開發的Chrome擴展程式,該擴展的主要功能是“With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.”。
擴展截圖
下載ZeroTab - Empty New Tab Page擴展crx文件
下載ZeroTab - Empty New Tab Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. With additional options, for example: custom background color. 擴展基本資訊
| 名稱 | |
| ID | anbfanbhcjohnkjjccckagjcmolhhdgd |
| 官方網址 | https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd |
| 簡介 | With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. |
| 檔案大小 | 7.76 KB |
| 安裝次數 | 25 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2021-12-11 |
| 上架時間 | 2019-03-09 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | Yauheni Pakala |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/wcoder/ZeroTab |
| 說明頁面URL | https://github.com/wcoder/ZeroTab/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ZeroTab - Empty New Tab Page",
"version": "1.0.1",
"short_name": "ZeroTab",
"description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.",
"icons": {
"128": "icon_128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"options_page": "options.html",
"permissions": [
"storage"
]
} | |