goTab New Tab

The goTab new tab page allows you to highly customize your new tab page, folder-style storage icons, multi-terminal access,…

goTab New Tabคืออะไร?

goTab New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย web_zhou และคุณลักษณะหลักของมันคือ "The goTab new tab page allows you to highly customize your new tab page, folder-style storage icons, multi-terminal access,…"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        goTab is a new tab page beyond infinite possibilities, which can be customized with a high degree of freedom,allowing you to say goodbye to dull and uninteresting native tab pages and enjoy the personalization that goTab brings to you. goTab will redefine your new tab.
After installing this extension, you can use the following features:
● Icon folder: Group your icons according to your needs, folder-style storage management application.
● Easily Manage Frequently Used Websites: Integrate thousands of commonly used websites, add them with one click, and manage them in batches.
● Customize icon layout: You can arrange icons freely, set icon size, spacing, opacity and so on.
● Search Engine Customization: It integrates multiple mainstream search engines, such as google, Baidu, bing, yandex, etc., which can be switched and used arbitrarily according to your own needs, and it can be intelligently associated with search.
● Beautiful wallpaper: HD & Exquisite Wallpaper Change at Will Built-in massive HD wallpapers, you can also upload your favorite wallpapers to make your new tab page pleasing to the eye.
● Minimalist mode: Click the new tab page to switch to the minimalist mode with one click, and enjoy the pure wallpaper interface
● back up and sync: Log in with a third-party account (Github,QQ,Email) to back up and sync your data.

goTab Online:123.gotab.link                    

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

ชื่อ goTab New Tab goTab New Tab
ID gbalaljmbcegdmedjnecllbncchglhme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gotab-new-tab/gbalaljmbcegdmedjnecllbncchglhme
คำอธิบาย The goTab new tab page allows you to highly customize your new tab page, folder-style storage icons, multi-terminal access,…
ขนาดไฟล์ 701 KB
จำนวนการติดตั้ง 141
เวอร์ชันปัจจุบัน 1.0.1.600
อัปเดตครั้งล่าสุด 2023-08-31
วันที่เผยแพร่ 2022-12-14
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา web_zhou
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://123.gotab.link/
URL หน้านโยบายความเป็นส่วนตัว https://gotab.link/privacy.html
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "zh_CN",
    "version": "1.0.1.600",
    "manifest_version": 3,
    "homepage_url": "https:\/\/gotab.link\/",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png",
        "512": "icons\/icon_512.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "bookmarks"
    ],
    "action": {
        "default_icon": "logo.png",
        "default_title": "goTab\u65b0\u6807\u7b7e\u9875",
        "default_popup": "html\/popup.html"
    },
    "host_permissions": [
        "*:\/\/*.gotab.link\/",
        "https:\/\/www.baidu.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}