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 |
Eメール | [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" } } |