AiTab New Tab with ChatGPT

AiTab new tab page, integrates Ai capabilities such as Ai Chat, drawing, translation, integrated ChatGPT components

Τι είναι το AiTab New Tab with ChatGPT;

Το AiTab New Tab with ChatGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον iDooy, και η κύρια λειτουργία του είναι "AiTab new tab page, integrates Ai capabilities such as Ai Chat, drawing, translation, integrated ChatGPT components".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AiTab New Tab with ChatGPT

Λήψη αρχείων επέκτασης AiTab New Tab with ChatGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ✅ V 1.1.3
- 🐞 Fix: Custom icon not displayed during search switching

✅ V 1.1.2
- 😀 New: Edit
- 😀 New: Right click search website icon
- 😀 New: backup, recovery, synchronization
- 😀 New: Icon settings: Icon size margin, width size; Icon text color and size

✅ V 1.1.1
- 😀 New: Wallpaper replacement includes selected images and gradient backgrounds
- 😀 New: Login. Follow WeChat official account
- 😀 New: Settings management includes opening method, wallpaper management, mine, and sidebar management

✅ V1.1.0
- 🐞  Fix: Search bar super value up and down, select search suggestions
- 🐞  Fix: Custom URL verification
- 😀  New: Bookmark Management
- 😀  New: History Management
- 😀  New: Pop page added custom URL

AiTab's new tab page integrates various free ChatGPT sites, AI drawing, translation and other Ai capabilities, which are easy and fast to use when opened.
1. Support quickly adding commonly used websites to the homepage, support random drag and drop positions, and match them arbitrarily; 
2. Customize the search engine, quickly switch Baidu/Google/Bing/360 search engine;
3. Random wallpaper, one-click replacement of exquisite wallpaper;
4. Multiple free GPT sources and translation station sources, one-click free switching.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AiTab New Tab with ChatGPT AiTab New Tab with ChatGPT
ID cghihipiiocapopmcmkcgdcmembfhomd
Επίσημο URL https://chromewebstore.google.com/detail/aitab-new-tab-with-chatgp/cghihipiiocapopmcmkcgdcmembfhomd
Περιγραφή AiTab new tab page, integrates Ai capabilities such as Ai Chat, drawing, translation, integrated ChatGPT components
Μέγεθος Αρχείου 392 KB
Αριθμός Εγκαταστάσεων 1,188
Τρέχουσα Έκδοση 1.1.3
Τελευταία Ενημέρωση 2023-11-20
Ημερομηνία Δημοσίευσης 2023-09-04
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής iDooy
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://aitab.aitutu.cc
URL της Σελίδας Πολιτικής Απορρήτου https://www.lingduquan.com/info/privacy
Υποστηριζόμενες Γλώσσες en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "1.1.3",
    "icons": {
        "16": "assets\/icons\/128.png",
        "48": "assets\/icons\/128.png",
        "128": "assets\/icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "aitab.html"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "bookmarks",
        "history",
        "favicon"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "assets\/background-bf4b220a.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*",
                "_favicon\/*"
            ]
        }
    ],
    "default_locale": "en",
    "manifest_version": 3
}