Custom New Tab Background
Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB
什麼是Custom New Tab Background?
Custom New Tab Background是由Subash Pathak開發的Chrome擴展程式,該擴展的主要功能是“Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB”。
擴展截圖
下載Custom New Tab Background擴展crx文件
下載Custom New Tab Background擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Set a custom background image or wallpaper on new tab page. Icon by lexacahyani from the Noun Project
擴展基本資訊
名稱 | Custom New Tab Background |
ID | odkemkdbjdjlpipmdmnidmcbjnchpghm |
官方網址 | https://chromewebstore.google.com/detail/custom-new-tab-background/odkemkdbjdjlpipmdmnidmcbjnchpghm |
簡介 | Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB |
檔案大小 | 244 KB |
安裝次數 | 13,571 |
目前版本 | 1.0.4 |
更新時間 | 2021-04-15 |
上架時間 | 2019-04-10 |
評分 | 3.80/5 共 45 次評分 |
開發者 | Subash Pathak |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Subash/chrome-custom-new-tab-background |
說明頁面URL | https://github.com/Subash/chrome-custom-new-tab-background |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom New Tab Background", "version": "1.0.4", "description": "Set a custom new tab background or wallpaper. Just that, nothing else. Make sure the image is smaller than 5 MB", "chrome_url_overrides": { "newtab": "tab.html" } } |