Summariser - ChatGPT Helper extension

Summariser is a nifty little ChatGPT helper that will make your life 10x easier. It lets you quickly collect text snippets from…

Summariser - ChatGPT Helper extension क्या है?

Summariser - ChatGPT Helper extension dmw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Summariser is a nifty little ChatGPT helper that will make your life 10x easier. It lets you quickly collect text snippets from…"।

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

screenshot

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

crx प्रारूप में Summariser - ChatGPT Helper extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Summariser is a nifty little ChatGPT helper that will make your life 10x easier. 

It lets you quickly collect text snippets from any webpage and use them as many times as you like. 

Along with a growing set of tools ie  built-in prompts - to turn your snippets into social media posts, twitter threads, blog articles, ideation, explanations and much more.                    

एक्सटेंशन की मूल जानकारी

नाम Summariser - ChatGPT Helper extension Summariser - ChatGPT Helper extension
ID ejdaenbfahhbcdolodmkklhihaefkgmn
आधिकारिक URL https://chromewebstore.google.com/detail/summariser-chatgpt-helper/ejdaenbfahhbcdolodmkklhihaefkgmn
विवरण Summariser is a nifty little ChatGPT helper that will make your life 10x easier. It lets you quickly collect text snippets from…
फ़ाइल का आकार 709 KB
स्थापना संख्या 130
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-02-19
प्रकाशन तिथि 2023-02-14
डेवलपर dmw
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Summariser - ChatGPT Helper extension",
    "version": "1.1.0",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "action": {
        "default_title": ""
    },
    "icons": {
        "128": "assets\/logo 128.png",
        "512": "assets\/logo 512.png"
    },
    "background": {
        "service_worker": "build\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat\/*"
            ],
            "css": [
                "build\/content-style-chatgpt.css",
                "build\/content-style-chatgpt-overrides.css"
            ],
            "js": [
                "build\/content-script-chatgpt.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
    }
}