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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον linuscedergren, και η κύρια λειτουργία του είναι "Replace the default new tab page content with any background image.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης New Tab Background Image Extension

Λήψη αρχείων επέκτασης 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα New Tab Background Image Extension New Tab Background Image Extension
ID iohffbeoicpkdleboejfalnmmokbfcep
Επίσημο URL 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"
    }
}