Gamer Tab

A custom new tab extension with a gaming theme.

Gamer Tabคืออะไร?

Gamer Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย egamenation891273 และคุณลักษณะหลักของมันคือ "A custom new tab extension with a gaming theme."

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

screenshot

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

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

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

                        Get ready to level up your browsing experience with our brand new gaming themed New Tab Extension! This extension is perfect for all gamers out there looking to customize their browsing experience. The extension features a sleek and stylish design, with a gaming-inspired background and icon. Switch your new tab background from an amazing selection gamer themed images.

By clicking "add to Chrome", I accept and agree to installing the Gamer Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use https://egamenation.com/terms-of-service/ and Policy https://egamenation.com/privacy-policy/

Images are 100% copyright free from Unsplash.com.                    

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

ชื่อ Gamer Tab Gamer Tab
ID obhoefmkambmfjadepfmaecbodghfljm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gamer-tab/obhoefmkambmfjadepfmaecbodghfljm
คำอธิบาย A custom new tab extension with a gaming theme.
ขนาดไฟล์ 7.11 MB
จำนวนการติดตั้ง 11,269
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2023-12-14
วันที่เผยแพร่ 2023-01-21
ผู้พัฒนา egamenation891273
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://egamenation.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gamer Tab",
    "version": "1.6",
    "description": "A custom new tab extension with a gaming theme.",
    "action": {
        "default_icon": {
            "128": "img\/icons\/icon.png"
        },
        "default_title": "Gamer Tab"
    },
    "icons": {
        "128": "img\/icons\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}