New Tab Background Image Extension

Replace the default new tab page content with any background image.

Vad är New Tab Background Image Extension?

New Tab Background Image Extension är en Chrome-tillägg utvecklad av linuscedergren, och dess huvudfunktion är "Replace the default new tab page content with any background image.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner New Tab Background Image Extension-förlängningens CRX-fil

Ladda ner New Tab Background Image Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn New Tab Background Image Extension New Tab Background Image Extension
ID iohffbeoicpkdleboejfalnmmokbfcep
Officiell webbadress https://chromewebstore.google.com/detail/new-tab-background-image/iohffbeoicpkdleboejfalnmmokbfcep
Beskrivning Replace the default new tab page content with any background image.
Filstorlek 8.27 KB
Antal Installationer 73
Aktuell Version 1.4.0
Senast Uppdaterad 2022-10-29
Publiceringsdatum 2020-09-27
Utvecklare linuscedergren
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}