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是由Augusdin開發的Chrome擴展程式,該擴展的主要功能是“AI Auto Tabs Group, Vertical Tab, AI, AI Bookmarks Organization”。

擴展截圖

screenshot

下載Phew AI Tab - AI Auto Group & Vertical Tabs擴展crx文件

下載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
官方網址 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"
        }
    }
}