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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ✅ 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
}