CleanHub Tabs
Transform your Chrome tab into a minimalist masterpiece with the Background Design Hub extension! 'Background Design Hub' extension
CleanHub Tabs란 무엇입니까?
CleanHub Tabs은(는) GSXHUB LIMITED에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transform your Chrome tab into a minimalist masterpiece with the Background Design Hub extension! 'Background Design Hub' extension"입니다.
확장 프로그램 스크린샷
CleanHub Tabs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Transform your Chrome tab into a minimalist masterpiece with the Background Design Hub extension! "CleanHub Tabs" extension allows you to effortlessly customize your browser background and includes a handy search box for added convenience. 🎨 CleanHub Tabs! 🌟 - Elevate your browsing with clean, customizable backgrounds and quick search access on every new tab! 🔍 By clicking “Add to Chrome", I accept and agree to installing the "CleanHub Tabs" Chrome extension, and setting Chrome™ New Tab to that provided by the service, New Tab search results by Microsoft Bing, and to the Terms of Use (https://tab-hub-simple.online/tos.html) and Privacy Policy (https://tab-hub-simple.online/privacy.html)”. 🔎✨ The extension ensures a smooth search experience, powered by Microsoft Bing for reliable results. 🔎✨ 🖼 Simple Background Customization Personalize your browsing space! Our extension offers a range of clean and simple background designs, allowing you to create a tailored environment for your online activities. Perfect for those who appreciate a clutter-free interface! 🌈
확장 프로그램 기본 정보
이름 | CleanHub Tabs |
ID | epdgpnhpjchjabieilcjfdghkbmfhcah |
공식 URL | https://chromewebstore.google.com/detail/cleanhub-tabs/epdgpnhpjchjabieilcjfdghkbmfhcah |
설명 | Transform your Chrome tab into a minimalist masterpiece with the Background Design Hub extension! 'Background Design Hub' extension |
파일 크기 | 13.89 MB |
설치 횟수 | 195 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2024-02-12 |
출시 날짜 | 2023-12-22 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | GSXHUB LIMITED |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://tab-hub-simple.online/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CleanHub Tabs", "description": "Transform your Chrome tab into a minimalist masterpiece with the Background Design Hub extension! 'Background Design Hub' extension", "version": "1.0.0", "action": { "default_popup": "index.html" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "icons": { "16": "ic_launcher.png", "48": "ic_launcher.png", "128": "ic_launcher.png" } } |