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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://desktoptab.com และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Desktop New Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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 camhdghcdcgjlodpbiihleofjmijoeoo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/desktop-new-tab/camhdghcdcgjlodpbiihleofjmijoeoo
คำอธิบาย New tab extension which gives you the ability to customize your new tab page default appearance to look like a computer desktop page
ขนาดไฟล์ 1.35 MB
จำนวนการติดตั้ง 231
เวอร์ชันปัจจุบัน 2.1.2
อัปเดตครั้งล่าสุด 2020-12-08
วันที่เผยแพร่ 2016-12-10
คะแนน 4.68/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา http://desktoptab.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.desktoptab.com
URL หน้าช่วยเหลือ https://www.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": "2.1.2",
    "short_name": "Desktop New Tab",
    "icons": {
        "16": "\/assets\/logo\/16.png",
        "32": "\/assets\/logo\/32.png",
        "128": "\/assets\/logo\/128.png"
    },
    "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"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/assets\/js\/*",
        "\/assets\/images\/*"
    ],
    "permissions": [
        "notifications",
        "*:\/\/*.desktoptab.com\/*",
        "tabs",
        "contextMenus"
    ],
    "optional_permissions": [
        "sessions",
        "history",
        "topSites"
    ],
    "background": {
        "page": "\/pages\/background\/background.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.desktoptab.com\/*"
        ]
    }
}