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 |
官方網址 | 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" } } |