NewTab New Tab

Hottest posts across the web, HD wallpapers, real-time weather, beautiful calendars,轻松小游戏等等,for work and play, everything you need…

NewTab New Tabคืออะไร?

NewTab New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 云动时代 และคุณลักษณะหลักของมันคือ "Hottest posts across the web, HD wallpapers, real-time weather, beautiful calendars,轻松小游戏等等,for work and play, everything you need…"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        NewTab is a browser extension program that combines various types of website navigation and practical plugins for greater flexibility, experience, and usability;

Program features:

·A collection of practical tools and widgets for work and life - making your life and work no longer fragmented;

-Includes: weather component, calendar component, memo, to-do list, hot search list, daily movies, daily English, exchange rate inquiry, mini games, countdown to work, audio and video editing, audio and video format conversion, etc.

-Card style widget design;

-Numerous small components can be freely selected and used;



·Fully debuggable layout, can be adjusted according to personal preferences - page layout can be DIY freely;

-The layout is flexible, and famous websites and components can be freely arranged and matched;

-The styles are diverse, and the size of famous websites and components can be adjusted freely;

-Famous website icons can be freely modified at will;

-Customized addition of website link icons;



·A collection of commonly used search engines for selection and settings - remember your search habits;

-A collection of numerous search engines, use whichever you want;

-Search engine custom add, add whatever you want;

-Memory default state, one click search for input content at any time;



·Quick functions, one click management

-One click access to browser download management;

·Browser bookmark management one click access;

·One click access to the browser plugin expansion mall;



·A plethora of exquisite wallpapers, creating a different mood every day;

-Select multiple types of wallpapers to meet your needs in all aspects;

-Switch between static and dynamic wallpapers at will;

-Support downloading and saving wallpapers;



Contact us:

Official website- https://www.newtab.com/

Official email [email protected]                    

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

ชื่อ NewTab New Tab NewTab New Tab
ID ofjfdgedefeopnidffpegpgkkehollkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/newtab-new-tab/ofjfdgedefeopnidffpegpgkkehollkk
คำอธิบาย Hottest posts across the web, HD wallpapers, real-time weather, beautiful calendars,轻松小游戏等等,for work and play, everything you need…
ขนาดไฟล์ 2.39 MB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.2.5
อัปเดตครั้งล่าสุด 2024-02-02
วันที่เผยแพร่ 2023-11-21
ผู้พัฒนา 云动时代
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.newtab.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.newtab.com/PrivacyPolicy.html
ภาษาที่รองรับ de,en,fr,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.2.5",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/LogoBig.png",
        "48": "assets\/LogoBig.png",
        "128": "assets\/LogoBig.png"
    },
    "permissions": [
        "activeTab",
        "unlimitedStorage",
        "tabs",
        "bookmarks",
        "background",
        "storage"
    ],
    "default_locale": "zh_CN",
    "web_accessible_resources": [
        {
            "resources": [
                ".\/js\/background.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "chrome_url_overrides": {
        "newtab": "popup.html"
    },
    "action": {
        "default_title": "NewTab\u6807\u7b7e\u9875",
        "default_icon": "assets\/LogoBig.png"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                ".\/js\/chunk-vendors.js",
                ".\/js\/background.js"
            ],
            "run_at": "document_start"
        }
    ]
}