New Tab Background Image Extension
Replace the default new tab page content with any background image.
什麼是New Tab Background Image Extension?
New Tab Background Image Extension是由linuscedergren開發的Chrome擴展程式,該擴展的主要功能是“Replace the default new tab page content with any background image.”。
擴展截圖
下載New Tab Background Image Extension擴展crx文件
下載New Tab Background Image Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension replaces the default new tab page with a custom background image page. You can add any image you like as a background image for the new tab page. 擴展基本資訊
| 名稱 | |
| ID | iohffbeoicpkdleboejfalnmmokbfcep |
| 官方網址 | https://chromewebstore.google.com/detail/new-tab-background-image/iohffbeoicpkdleboejfalnmmokbfcep |
| 簡介 | Replace the default new tab page content with any background image. |
| 檔案大小 | 8.27 KB |
| 安裝次數 | 73 |
| 目前版本 | 1.4.0 |
| 更新時間 | 2022-10-29 |
| 上架時間 | 2020-09-27 |
| 開發者 | linuscedergren |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New Tab Background Image Extension",
"version": "1.4.0",
"manifest_version": 3,
"description": "Replace the default new tab page content with any background image.",
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": ".\/index.html"
},
"icons": {
"128": ".\/icon.png"
}
} | |