New Tab - Custom startup page with dark theme

With Todo, Notes, Weather, PDF converter, package tracking and other free draggable components.

New Tab - Custom startup page with dark themeคืออะไร?

New Tab - Custom startup page with dark theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://newtabplus.me และคุณลักษณะหลักของมันคือ "With Todo, Notes, Weather, PDF converter, package tracking and other free draggable components."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Tab - Custom startup page with dark theme

ดาวน์โหลดไฟล์ส่วนขยาย New Tab - Custom startup page with dark theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        New features
Data synchronization, data can be synchronized between multiple devices after registration.
Dynamic background, a variety of solid color backgrounds.
Todo component, arrange the to-do list for work and life.
Nodes components, light, clean and free notes
Package tracking component, an all-in-one package tracking tool.
PDF conversion component, including word, excel, ppt, jpg, html and pdf conversion functions.
Map component, support Google map, satellite map, driving route, traffic, location search.


1. Incognito mode
Select the text or link on any website and right-click on the menu "Search/open in incognito mode".

You can also choose to open an incognito window for the added shortcut, and the search results will also be opened in a private window.

In the incognito mode, the browser will not record your visit records, cookies, and form data. You can browse with confidence without leaving any traces to better protect your privacy.


2.Multi-desktop
Add multiple desktops to classify the desktops and switch smoothly between different desktops.

Add frequently used shortcuts so that you can easily find it when you need it.


3.Quick search
Powerful search function, it can search your history, bookmarks or search through Google, and can also enter the URL to open the website. It is the same as the address bar of the browser, which is perfect.

In the search results, there are multiple modes. You can choose to open in a new tab, open in a new window, or open in an incognito window.


4.Quick Favorite
Select the right-click menu on the webpage to save the current URL to New Tab Plus.


Change log:
---------------------------------
@1.5.25
Weather component
Enter a city to display the weather for the day.

Date and time component
You can set the display format of local time and date.

Add Google App shortcuts (gmail, calendar, drive, etc.) by default.
Add shortcuts to shopping and social apps by default.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ New Tab - Custom startup page with dark theme New Tab - Custom startup page with dark theme
ID fceplolbjpbfndeicalcacnndpghjfoc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tab-custom-startup-pa/fceplolbjpbfndeicalcacnndpghjfoc
คำอธิบาย With Todo, Notes, Weather, PDF converter, package tracking and other free draggable components.
ขนาดไฟล์ 1.76 MB
จำนวนการติดตั้ง 677
เวอร์ชันปัจจุบัน 3.0.2.8
อัปเดตครั้งล่าสุด 2021-08-05
วันที่เผยแพร่ 2020-12-21
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://newtabplus.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://newtabplus.me
URL หน้าช่วยเหลือ https://newtabplus.me/privacy-policy.html
URL หน้านโยบายความเป็นส่วนตัว https://newtabplus.me/privacy-policy.html
ภาษาที่รองรับ de,en,fr,es,it,pt-BR,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "3.0.2.8",
    "description": "__MSG_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/newtabplus.me",
    "author": "newtabplus.me",
    "browser_action": {
        "default_icon": "images\/icon\/icon48.png",
        "default_title": "__MSG_extName__"
    },
    "chrome_url_overrides": {
        "newtab": "\/dist\/index.html"
    },
    "icons": {
        "16": "images\/icon\/icon16.png",
        "32": "images\/icon\/icon32.png",
        "48": "images\/icon\/icon48.png",
        "128": "images\/icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/misc.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "bookmarks",
        "history",
        "contextMenus",
        "tabs",
        "https:\/\/*.newtabplus.me\/",
        "https:\/\/www.yahoo.com\/"
    ],
    "offline_enabled": true,
    "externally_connectable": {
        "matches": [
            "*:\/\/newtabplus.me\/*"
        ]
    }
}