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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Summariser - ChatGPT Helper extension

قم بتنزيل ملفات الامتداد Summariser - ChatGPT Helper extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'"
    }
}