NEXXT TABS

NEXXT Tabs will replace your default browser tab with a modern looking and customizable one.

NEXXT TABSคืออะไร?

NEXXT TABS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NoCymer | Lobsang และคุณลักษณะหลักของมันคือ "NEXXT Tabs will replace your default browser tab with a modern looking and customizable one."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NEXXT TABS

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

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

                        This extension will provide plethora of tools for you to customize your browsing experience :

• 4 Full HD Default wallpapers

• Add custom wallpapers 

• Shuffle all wallpapers, pick the ones that you love the most or set a static one

• Anime release schedule to keep an eye on weekly anime releases

• Countdown feature to keep track of your upcoming important event

Get NEXXT Tabs now and enjoy the nexxt browsing experience.                    

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

ชื่อ NEXXT TABS NEXXT TABS
ID dbocanalfbkfdbpjpnbjmipaidlogbmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nexxt-tabs/dbocanalfbkfdbpjpnbjmipaidlogbmi
คำอธิบาย NEXXT Tabs will replace your default browser tab with a modern looking and customizable one.
ขนาดไฟล์ 6.02 MB
จำนวนการติดตั้ง 4,435
เวอร์ชันปัจจุบัน 4.0
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2021-12-28
คะแนน 4.73/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา NoCymer | Lobsang
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/NoCymer/nexxt-tabs
URL หน้าช่วยเหลือ https://forms.gle/MvYPGFKk7A8ShPZu7
ภาษาที่รองรับ en,fr,vi,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "action": {
        "default_icon": "icon.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "unlimitedStorage",
        "search"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "author": "NoCymer"
}