TabTamer

An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.

什么是TabTamer?

TabTamer是由https://prateeksurana.me开发的Chrome扩展程序,该扩展的主要功能是“An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.”。

扩展截图

screenshot

下载TabTamer扩展crx文件

下载TabTamer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This chrome extension lets you group tabs based on a simple prompt with the help of OpenAI’s GPT-3.

Disclaimer: To use this extension you would need to add your own API key, for which the instructions have been added when you first install the extension. The API key is safely stored in your browser's memory and never leaves your browser apart from making request to the OpenAI API.                    

扩展基本信息

名称 TabTamer TabTamer
ID nocccdpimiknfehopnbldcgiipebjjpj
官方URL https://chromewebstore.google.com/detail/tabtamer/nocccdpimiknfehopnbldcgiipebjjpj
简介 An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.
文件大小 15.54 KB
安装次数 67
当前版本 1.0
更新时间 2023-04-02
上架时间 2023-04-01
评分 2.33/5 共3次评分
开发者 https://prateeksurana.me
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TabTamer",
    "description": "An AI-powered Chrome extension that groups your tabs intelligently based on a prompt.",
    "version": "1.0",
    "permissions": [
        "tabs",
        "tabGroups",
        "storage"
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png",
        "256": "icons\/256x256.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "TabTamer",
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png",
            "256": "icons\/256x256.png"
        }
    }
}