DeepTab
DeepTab - All in One AI Tool
DeepTab란 무엇입니까?
DeepTab은(는) https://deeptab.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DeepTab - All in One AI Tool"입니다.
확장 프로그램 스크린샷
DeepTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
DeepTab - Your Intelligent New Tab Chrome Extension. Focused on AI technology, DeepTab not only enhances your browsing experience but also brings you the cutting-edge in smart tech. - AI-powered Search: Integrating top AI search engines like Perplexity, YOU, and Bing, DeepTab allows users to swiftly switch and utilize these intelligent search tools for efficient information retrieval. - AI Navigation: Gathering numerous popular and practical AI tool links, DeepTab enables quick access for users to conveniently explore the world of AI. - Dynamic Wallpapers: Offers a wide range of image and video wallpapers that are automatically updated daily, beautifying your new tab page. - Practical Widgets: Includes real-time weather forecasts and an accurate clock, boosting your daily efficiency. DeepTab is continuously evolving. Exciting new features like AI chat and AI image generation are on the horizon. Every new tab opened in DeepTab brings new discoveries and inspirations.
확장 프로그램 기본 정보
이름 | DeepTab |
ID | kodibjfhklbngndcoopokjjeophkkebi |
공식 URL | https://chromewebstore.google.com/detail/deeptab/kodibjfhklbngndcoopokjjeophkkebi |
설명 | DeepTab - All in One AI Tool |
파일 크기 | 480 KB |
설치 횟수 | 583 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2024-01-17 |
출시 날짜 | 2023-12-15 |
개발자 | https://deeptab.net |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://deeptab.net/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DeepTab", "description": "DeepTab - All in One AI Tool", "version": "1.2.0", "manifest_version": 3, "icons": { "16": "icons\/logo-16.png", "32": "icons\/logo-32.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" }, "action": { "default_icon": { "16": "icons\/logo-16.png", "32": "icons\/logo-32.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" }, "default_title": "Toggle DeepTab sidePanel" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.js-loader-222c778f.js" ], "matches": [ "https:\/\/deeptab.net\/*" ] } ], "side_panel": { "default_path": "sidepanel.html" }, "web_accessible_resources": [ { "matches": [], "resources": [ "icons\/logo-16.png", "icons\/logo-32.png", "icons\/logo-48.png", "icons\/logo-128.png" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/deeptab.net\/*" ], "resources": [ "assets\/chunk-bfba439a.js" ], "use_dynamic_url": true } ], "permissions": [ "sidePanel", "storage", "scripting" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |