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

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

확장 프로그램 사용 설명서

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