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開發的Chrome擴展程式,該擴展的主要功能是“Summariser is a nifty little ChatGPT helper that will make your life 10x easier. It lets you quickly collect text snippets from…”。

擴展截圖

screenshot

下載Summariser - ChatGPT Helper extension擴展crx文件

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

擴展使用說明

                        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
官方網址 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'"
    }
}