Phew AI Tab - AI Auto Group & Vertical Tabs

AI Auto Tabs Group, Vertical Tab, AI, AI Bookmarks Organization

Phew AI Tab - AI Auto Group & Vertical Tabsคืออะไร?

Phew AI Tab - AI Auto Group & Vertical Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Augusdin และคุณลักษณะหลักของมันคือ "AI Auto Tabs Group, Vertical Tab, AI, AI Bookmarks Organization"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Phew AI Tab - AI Auto Group & Vertical Tabs

ดาวน์โหลดไฟล์ส่วนขยาย Phew AI Tab - AI Auto Group & Vertical Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        "Finally, those hair-raising tabs are now neatly organized, Phew~" they often say.

Phew AI Tab is a browser extension that uses AI to effectively auto-group tabs, helping you to easily manage a large number of tabs. It presents them vertically, allowing for intuitive browsing and operations from the sidebar

【Features】

- AI Auto Grouping
- Vertical Tabs
- Multiple Windows , Consolidated in the Same Sidebar
- Magic Suspend Windows And Tabs in an Organized Structure , Restore Full Browsing Environment of Windows Anytime
- Auto Magic Suspend Windows And Tabs  in an Organized Structure
- Browser Crash Recovery - Restore Full Browsing Environment of Windows Anytime
- Quickly Filter Noisy Tabs
(and more)

【Please note】
The extension is currently still in beta testing. 
To obtain the pro version, please join our Discord group:
https://discord.gg/sUyES9X6nA                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Phew AI Tab - AI Auto Group & Vertical Tabs Phew AI Tab - AI Auto Group & Vertical Tabs
ID ccnagafbnapafjidkhbgligfoccmjddb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/phew-ai-tab-ai-auto-group/ccnagafbnapafjidkhbgligfoccmjddb
คำอธิบาย AI Auto Tabs Group, Vertical Tab, AI, AI Bookmarks Organization
ขนาดไฟล์ 2.62 MB
จำนวนการติดตั้ง 199
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2024-01-19
วันที่เผยแพร่ 2023-12-24
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Augusdin
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://phewtab.com/
URL หน้าช่วยเหลือ https://phewtab.com/
URL หน้านโยบายความเป็นส่วนตัว https://musegpt.net/term/musegpt-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "0.0.7",
    "author": "augusdin",
    "name": "Phew AI Tab - AI Auto Group & Vertical Tabs",
    "description": "AI Auto Tabs Group, Vertical Tab, AI, AI Bookmarks Organization",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "permissions": [
        "sidePanel",
        "activeTab",
        "tabs",
        "tabGroups",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.1d473d26.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "windows": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "Open Phew AI Tab SidePanel"
        }
    }
}