Empty New Tab Page
Replaces the default new tab page with a blank page.
什麼是Empty New Tab Page?
Empty New Tab Page是由https://www.facebook.com/browservery開發的Chrome擴展程式,該擴展的主要功能是“Replaces the default new tab page with a blank page.”。
擴展截圖
下載Empty New Tab Page擴展crx文件
下載Empty New Tab Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
★ Blank new tab page.
★ Follows the default browser color theme.
★ Dark mode support.
★ Default Chrome new tab icon.
★ Localized new tab title.
----------------------------------------------------------------
Download the Clear New Tab extension if you
want an empty new tab page but keep the theme's image.
https://bit.ly/clear-new-tab
----------------------------------------------------------------
GitHub: https://bit.ly/empty-new-tab-page-github
🖼️ Follow my Facebook page (more themes): https://bit.ly/browservery 擴展基本資訊
| 名稱 | |
| ID | odjfoclbnmllekbhpbgopiiaelcpeimb |
| 官方網址 | https://chromewebstore.google.com/detail/empty-new-tab-page/odjfoclbnmllekbhpbgopiiaelcpeimb |
| 簡介 | Replaces the default new tab page with a blank page. |
| 檔案大小 | 34.86 KB |
| 安裝次數 | 545 |
| 目前版本 | 0.0.2 |
| 更新時間 | 2022-10-08 |
| 上架時間 | 2022-05-12 |
| 評分 | 4.60/5 共 5 次評分 |
| 開發者 | https://www.facebook.com/browservery |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://bit.ly/browservery |
| 說明頁面URL | http://bit.ly/browservery-support |
| 隱私政策頁面URL | https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md |
| 支援的語言 | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "0.0.2",
"name": "__MSG_name__",
"description": "__MSG_description__",
"default_locale": "en",
"offline_enabled": true,
"icons": {
"16": "new_tab.png",
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "new_tab.html"
}
} | |