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은(는) http://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"입니다.
확장 프로그램 스크린샷
Desktop New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
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\/*" ] } } |