New Tab Background Image Extension
Replace the default new tab page content with any background image.
What is New Tab Background Image Extension?
New Tab Background Image Extension is a Chrome extension developed by linuscedergren, and its main feature is "Replace the default new tab page content with any background image.".
Extension Screenshots
Download New Tab Background Image Extension Extension CRX File
Download New Tab Background Image Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | New Tab Background Image Extension |
ID | iohffbeoicpkdleboejfalnmmokbfcep |
Official URL | https://chromewebstore.google.com/detail/new-tab-background-image/iohffbeoicpkdleboejfalnmmokbfcep |
Description | Replace the default new tab page content with any background image. |
File Size | 8.27 KB |
Installation Count | 73 |
Current Version | 1.4.0 |
Last Updated | 2022-10-29 |
Publish Date | 2020-09-27 |
Developer | linuscedergren |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |