Summarize Tweet: I Ain't Reading All That

Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.

Summarize Tweet: I Ain't Reading All That란 무엇입니까?

Summarize Tweet: I Ain't Reading All That은(는) https://sien.vision에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3."입니다.

확장 프로그램 스크린샷

screenshot

Summarize Tweet: I Ain't Reading All That 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Lets you summarise long-form tweets. Using GPT-3, this extension provides you with a quick, easy-to-read summary of long-form tweets.                    

확장 프로그램 기본 정보

이름 Summarize Tweet: I Ain't Reading All That Summarize Tweet: I Ain't Reading All That
ID ggdndaidddfoebmkgpbhpafpnmhbbfmm
공식 URL https://chromewebstore.google.com/detail/summarize-tweet-i-aint-re/ggdndaidddfoebmkgpbhpafpnmhbbfmm
설명 Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.
파일 크기 100 KB
설치 횟수 70
현재 버전 1.0.1
최근 업데이트 2023-02-17
출시 날짜 2023-02-14
평점 1.00/5 총 1 개의 평점
개발자 https://sien.vision
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sien.vision
도움말 페이지 URL https://sien.vision/support
개인정보 보호 정책 페이지 URL https://sien.vision/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Summarize Tweet: I Ain't Reading All That",
    "description": "Summarize Tweet: I Ain't Reading All That lets you shorten long-form tweets using GPT-3.",
    "version": "1.0.1",
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "icons": {
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ]
}