Gamer Tab
A custom new tab extension with a gaming theme.
什么是Gamer Tab?
Gamer Tab是由egamenation891273开发的Chrome扩展程序,该扩展的主要功能是“A custom new tab extension with a gaming theme.”。
扩展截图
下载Gamer Tab扩展crx文件
下载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.
扩展基本信息
名称 | |
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" } } |