Gimme Summary - Get summary using ChatGPT AI

Summarize articles on the web using ChatGPT AI

Gimme Summary - Get summary using ChatGPT AI란 무엇입니까?

Gimme Summary - Get summary using ChatGPT AI은(는) https://gimmesummary.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Summarize articles on the web using ChatGPT AI"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Gimme Summary - Get summary using ChatGPT AI 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Generate summary of articles on the web using ChatGPT AI.

Works on all sites!

WEBSITE:
https://gimmesummary.ai


HOW TO USE:
1) Install the Gimme Summary AI extension from the Chrome Web Store.
2) Click on the extension icon
3) Click "Generate Summary" button to generate summary

How to make it work on Brave browser
If you are using Brave browser, follow these steps to make it work:
- Go to brave://settings/shields
- Disable "Prevent sites from fingerprinting me based on my language preferences"

PRIVACY POLICY:
The Gimme Summary Extension has no ads, analytics, trackers, or cookies. It does not collect any user data. The only information shared with the AI model (chat.openai.com) is the article text in order to generate summary.                    

확장 프로그램 기본 정보

이름 Gimme Summary - Get summary using ChatGPT AI Gimme Summary - Get summary using ChatGPT AI
ID mpjcikcpmljllcobpboakgocbenkhokc
공식 URL https://chromewebstore.google.com/detail/gimme-summary-get-summary/mpjcikcpmljllcobpboakgocbenkhokc
설명 Summarize articles on the web using ChatGPT AI
파일 크기 161 KB
설치 횟수 10,000
현재 버전 1.0.6
최근 업데이트 2023-02-14
출시 날짜 2023-01-08
평점 4.33/5 총 3 개의 평점
개발자 https://gimmesummary.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gimmesummary.ai
도움말 페이지 URL https://github.com/GorvGoyl/GimmeSummary-AI/discussions
지원되는 언어 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"
        },
        "default_popup": "popup.html"
    },
    "version": "1.0.6",
    "author": "gorvgoyl",
    "name": "Gimme Summary - Get summary using ChatGPT AI",
    "description": "Summarize articles on the web using ChatGPT AI",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "summary.5c253d55.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ]
}