NEXXT TABS
NEXXT Tabs will replace your default browser tab with a modern looking and customizable one.
NEXXT TABS란 무엇입니까?
NEXXT TABS은(는) NoCymer | Lobsang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NEXXT Tabs will replace your default browser tab with a modern looking and customizable one."입니다.
확장 프로그램 스크린샷
NEXXT TABS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will provide plethora of tools for you to customize your browsing experience : • 4 Full HD Default wallpapers • Add custom wallpapers • Shuffle all wallpapers, pick the ones that you love the most or set a static one • Anime release schedule to keep an eye on weekly anime releases • Countdown feature to keep track of your upcoming important event Get NEXXT Tabs now and enjoy the nexxt browsing experience.
확장 프로그램 기본 정보
이름 | NEXXT TABS |
ID | dbocanalfbkfdbpjpnbjmipaidlogbmi |
공식 URL | https://chromewebstore.google.com/detail/nexxt-tabs/dbocanalfbkfdbpjpnbjmipaidlogbmi |
설명 | NEXXT Tabs will replace your default browser tab with a modern looking and customizable one. |
파일 크기 | 6.02 MB |
설치 횟수 | 4,435 |
현재 버전 | 4.0 |
최근 업데이트 | 2024-01-29 |
출시 날짜 | 2021-12-28 |
평점 | 4.73/5 총 11 개의 평점 |
개발자 | NoCymer | Lobsang |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/NoCymer/nexxt-tabs |
도움말 페이지 URL | https://forms.gle/MvYPGFKk7A8ShPZu7 |
지원되는 언어 | en,fr,vi,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "4.0", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "action": { "default_icon": "icon.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "unlimitedStorage", "search" ], "icons": { "128": "icon128.png" }, "author": "NoCymer" } |