Clean Tab with your background

Clean tab with your specified background only.

Τι είναι το Clean Tab with your background;

Το Clean Tab with your background είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Magic Push, και η κύρια λειτουργία του είναι "Clean tab with your specified background only.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Clean Tab with your background

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

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

                        This is a personal experimental extension that replaces the standard Google Chrome "New tab" with these annoying search bar and last visited pages table which you can't disable in the browser settings.

With the "Clean Tab" extension you get absolutely clean and fast loaded new tab with the background image you specify manually on the extension "Settings" page.

Nota bene:
1. Due to security restrictions it's not possible to load "chrome://theme/IDR_THEME_NTP_BACKGROUND" as a wallpaper. You need to save your theme wallpaper manually and then specify it via "Choose File" button.
2. Do not expect sweetly decorated settings page or anything else in addition. My goal was just to replace the standard new tab page so I didn't bother with a "nice and smooth user friendly interface".
3. You can freely edit this extension and make your own analogue with better functionality. I'll be only pleased if you send me a link to your better extension.                    

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

Όνομα Clean Tab with your background Clean Tab with your background
ID clppcmpdfbfgphmampcdgnhhbdebamlo
Επίσημο URL https://chromewebstore.google.com/detail/clean-tab-with-your-backg/clppcmpdfbfgphmampcdgnhhbdebamlo
Περιγραφή Clean tab with your specified background only.
Μέγεθος Αρχείου 23.75 KB
Αριθμός Εγκαταστάσεων 103
Τρέχουσα Έκδοση 3.0.0
Τελευταία Ενημέρωση 2023-12-18
Ημερομηνία Δημοσίευσης 2019-09-23
Αξιολόγηση 3.50/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Magic Push
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/MagicPush/cletawyba
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/MagicPush/cletawyba
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clean Tab with your background",
    "version": "3.0.0",
    "description": "Clean tab with your specified background only.",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "author": "Kirill Ulanovskiy",
    "chrome_url_overrides": {
        "newtab": "clean_tab.html"
    },
    "permissions": [
        "storage"
    ],
    "short_name": "Clean Tab",
    "action": {
        "default_icon": {
            "19": "icons\/icon_19.png",
            "38": "icons\/icon_38.png"
        },
        "default_title": "Clean Tab",
        "default_popup": "popup.html"
    }
}