Gamer Tab
A custom new tab extension with a gaming theme.
Gamer Tab là gì?
Gamer Tab là một tiện ích mở rộng Chrome được phát triển bởi egamenation891273, và tính năng chính của nó là "A custom new tab extension with a gaming theme.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Gamer Tab
Tải xuống các tệp mở rộng Gamer Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | obhoefmkambmfjadepfmaecbodghfljm |
URL Chính Thức | https://chromewebstore.google.com/detail/gamer-tab/obhoefmkambmfjadepfmaecbodghfljm |
Mô tả | A custom new tab extension with a gaming theme. |
Kích Thước Tệp | 7.11 MB |
Số Lần Cài Đặt | 11,269 |
Phiên Bản Hiện Tại | 1.6 |
Cập Nhật Lần Cuối | 2023-12-14 |
Ngày Phát Hành | 2023-01-21 |
Nhà Phát Triển | egamenation891273 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://egamenation.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |