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
官方網址 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\/*"
        ]
    }
}