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

什么是Desktop New Tab?

Desktop New Tab是由https://desktoptab.com开发的Chrome扩展程序,该扩展的主要功能是“New tab extension which gives you the ability to customize your new tab page default appearance to look like a computer desktop page”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Desktop New Tab扩展crx文件

下载Desktop New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Desktop New Tab Desktop New Tab
ID bnfdnmlifaehbgagbhkcgcpdfeofbjcg
官方URL https://chromewebstore.google.com/detail/desktop-new-tab/bnfdnmlifaehbgagbhkcgcpdfeofbjcg
简介 New tab extension which gives you the ability to customize your new tab page default appearance to look like a computer desktop page
文件大小 1.42 MB
安装次数 79
当前版本 3.0.0
更新时间 2022-05-04
上架时间 2021-11-09
评分 3.50/5 共4次评分
开发者 https://desktoptab.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://desktoptab.com
帮助页面URL https://desktoptab.com/contact/
隐私政策页面URL https://www.desktoptab.com/privacy
支持的语言 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\/*"
        ]
    }
}