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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Summarize articles on the web using ChatGPT AI"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gimme Summary - Get summary using ChatGPT AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
    ]
}