YouTab
YouTab is a brand new personalized tab featuring customized widgets and wallpapers.
YouTab란 무엇입니까?
YouTab은(는) HEYOOO HOLDINGS LIMITED에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "YouTab is a brand new personalized tab featuring customized widgets and wallpapers."입니다.
확장 프로그램 스크린샷
YouTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
YouTab is a brand new personalized tab featuring customized widgets and wallpapers. Features: • 🌐 Aggregate more than 10 mainstream search engines, supporting one-click quick switch for search • 👩💻 Customize frequently used icons, with options to set icon style, size, and layout • 📚 Customize icon groups for better organization • 🎨 Massive selection of beautiful wallpapers to personalize your experience • 🌏 Built-in, meticulously curated icon library of globally recognized and high-quality website resources
확장 프로그램 기본 정보
이름 | YouTab |
ID | eoccgcljcojbmcfdnbnmikhlokeiiolp |
공식 URL | https://chromewebstore.google.com/detail/youtab/eoccgcljcojbmcfdnbnmikhlokeiiolp |
설명 | YouTab is a brand new personalized tab featuring customized widgets and wallpapers. |
파일 크기 | 1.56 MB |
설치 횟수 | 265 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2023-10-13 |
출시 날짜 | 2023-08-21 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | HEYOOO HOLDINGS LIMITED |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "0.0.2", "description": "__MSG_extDescription__", "default_locale": "en", "action": { "default_icon": "src\/assets\/icon-512.png", "default_popup": "src\/modules\/popup\/index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "src\/assets\/icon-512.png", "48": "src\/assets\/icon-512.png", "128": "src\/assets\/icon-512.png" }, "permissions": [ "activeTab", "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |