Blank New Tab Page plus...

A blank New Tab Page with a colour and background of your choice

Τι είναι το Blank New Tab Page plus...;

Το Blank New Tab Page plus... είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mythical5th.com, και η κύρια λειτουργία του είναι "A blank New Tab Page with a colour and background of your choice".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Blank New Tab Page plus...

Λήψη αρχείων επέκτασης Blank New Tab Page plus... σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Click the icon in the bottom corner to reveal options for background colour, patterns and textures, and to add a launcher for pages such as Bookmarks and History.

The background can be saved as an image file via the toolbar icon's context menu. On Chrome OS, it can be set as the desktop wallpaper via the same menu.

⚠ This extension is a replacement for your current New Tab Page, it doesn't simply add a background to it.                    

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

Όνομα Blank New Tab Page plus... Blank New Tab Page plus...
ID hlgjppjfojhgojohkpcfaecgnaehajae
Επίσημο URL https://chromewebstore.google.com/detail/blank-new-tab-page-plus/hlgjppjfojhgojohkpcfaecgnaehajae
Περιγραφή A blank New Tab Page with a colour and background of your choice
Μέγεθος Αρχείου 1.61 MB
Αριθμός Εγκαταστάσεων 44
Τρέχουσα Έκδοση 2.2.5
Τελευταία Ενημέρωση 2024-02-10
Ημερομηνία Δημοσίευσης 2019-04-06
Αξιολόγηση 4.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://mythical5th.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://mythical5th.com/policies/chromeWebStore.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.2.5",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "BlankTab",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "html\/newTab.html"
    },
    "action": [],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "wallpaper"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}