DeepTab
DeepTab - All in One AI Tool
Τι είναι το DeepTab;
Το DeepTab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://deeptab.net, και η κύρια λειτουργία του είναι "DeepTab - All in One AI Tool".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης DeepTab
Λήψη αρχείων επέκτασης DeepTab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } } |