Desktop New Tab

New tab extension which gives you the ability to customize your new tab page default appearance to look like a computer desktop page

Cos'è Desktop New Tab?

Desktop New Tab è un'estensione di Chrome sviluppata da https://desktoptab.com, e la sua funzione principale è "New tab extension which gives you the ability to customize your new tab page default appearance to look like a computer desktop page".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Desktop New Tab

Scarica i file di estensione Desktop New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Customize your new tab page to your unique taste with Desktop New Tab! 
Add some flavor to your experience with Google chrome browser by making your new tab page look sweet, cozy, and less-boring. 

Okay, hope I have got your attention? Let’s start again. 
You remember working or browsing, how common your new tab page looks, and how you’ll have to go to your history to recall that last important website you just visited? 
Or the stress you go through, just to access incognito or private browsing in the browser’s settings. 
Well, Desktop New Tab got you fully covered. Relax and grab a bite, let’s take a tour on how you can browse less-stressfully!

Desktop New Tab is a new tab page extension built for Google Chrome browser. 
The main purpose is to transform the appearance of your Chrome new tab page from the normal default look to a more comfortable and creative look. 
Desktop New Tab Extension changes your default Chrome new tab page to look like a computer desktop page. At the same time, giving you access to lots of cool features and functions. 
Briefly, let’s look at these amazing functions, shall we?

What to Expect from this Extension?
✔ Access to lots of numerous amazing beautiful background images. In addition to Live wallpaper images for your screensaver or wallpaper.

✔ Automatic and random changing of new tab wallpaper and background.

✔ Transforming your new tab page looks as though you are working on a computer desktop page.

✔ Quick and easy shortcuts to your favorite websites. And also the ability to group these shortcuts in folders depending on your needs.

✔ Protecting your privacy. This extension gives you the privilege of locking your folders with a password. That way, nobody can access your files or private website without your permission.

✔ Privilege to explore amazing new widgets and icons including weather forecast and news updates.

✔ Quick and fast access to incognito browsing. This Extension offers a straight shortcut icon to incognito browsing. Just one click away from covering your browsing history and tracks.

✔ Easy navigation and user friendly. By just right-clicking on any icon or on anywhere on the new tab page, you have access to more options including creating a new folder, shortcuts, rearranging the items on your page.

✔ Customizing your new tab background image using your image background.

✔ Quick access to the Google search tab.

✔ The ability to magnify the font size on your new tab page and a lot more!

You can agree with me that there are lots to gain by just adding this extension to your chrome browser. Well, why don’t you give it a try already? 

Please, kindly click on “Add to Chrome” and start enjoying all the above mentioned nice features on your Google Chrome. 
Personalize Your Chrome with Desktop New Tab to Your Taste Today!

https://www.desktoptab.com                    

Informazioni di Base sull'Estensione

Nome Desktop New Tab Desktop New Tab
ID bnfdnmlifaehbgagbhkcgcpdfeofbjcg
URL Ufficiale https://chromewebstore.google.com/detail/desktop-new-tab/bnfdnmlifaehbgagbhkcgcpdfeofbjcg
Descrizione New tab extension which gives you the ability to customize your new tab page default appearance to look like a computer desktop page
Dimensione del File 1.42 MB
Conteggio Installazioni 79
Versione Corrente 3.0.0
Ultimo Aggiornamento 2022-05-04
Data di Pubblicazione 2021-11-09
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore https://desktoptab.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://desktoptab.com
URL della Pagina di Aiuto https://desktoptab.com/contact/
URL della Pagina della Politica sulla Privacy https://www.desktoptab.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Desktop New Tab",
    "description": "New tab extension which gives you the ability to customize your new tab page default appearance to look like a computer desktop page",
    "version": "3.0.0",
    "short_name": "Desktop New Tab",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "\/assets\/logo\/16.png",
            "32": "\/assets\/logo\/32.png",
            "128": "\/assets\/logo\/128.png"
        },
        "default_title": "Desktop New Tab",
        "default_popup": "menu\/index.html"
    },
    "icons": {
        "16": "\/assets\/logo\/16.png",
        "32": "\/assets\/logo\/32.png",
        "128": "\/assets\/logo\/128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/assets\/js\/*",
        "\/assets\/images\/*",
        "index.html"
    ],
    "permissions": [
        "notifications",
        "*:\/\/*.desktoptab.com\/*",
        "tabs",
        "contextMenus"
    ],
    "optional_permissions": [
        "sessions",
        "history",
        "topSites"
    ],
    "background": {
        "page": "\/pages\/background\/background.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.desktoptab.com\/*"
        ]
    }
}