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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |