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是由iDooy开发的Chrome扩展程序,该扩展的主要功能是“AiTab new tab page, integrates Ai capabilities such as Ai Chat, drawing, translation, integrated ChatGPT components”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载AiTab New Tab with ChatGPT扩展crx文件

下载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
}