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文件

下載Gimme Summary - Get summary using ChatGPT AI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/"
    ]
}