New Tab Background Image Extension
Replace the default new tab page content with any background image.
Co je New Tab Background Image Extension?
New Tab Background Image Extension je rozšíření Chrome vyvinuté linuscedergren, a jeho hlavní funkcí je „Replace the default new tab page content with any background image.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření New Tab Background Image Extension
Stáhněte si soubory rozšíření New Tab Background Image Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | New Tab Background Image Extension |
ID | iohffbeoicpkdleboejfalnmmokbfcep |
Oficiální URL | https://chromewebstore.google.com/detail/new-tab-background-image/iohffbeoicpkdleboejfalnmmokbfcep |
Popis | Replace the default new tab page content with any background image. |
Velikost souboru | 8.27 KB |
Počet instalací | 73 |
Aktuální Verze | 1.4.0 |
Poslední Aktualizace | 2022-10-29 |
Datum Vydání | 2020-09-27 |
Vývojář | linuscedergren |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |