GPT Summary

Summary of any webpage by GPT

Wat is GPT Summary?

GPT Summary is een Chrome-extensie ontwikkeld door xcv58, en de belangrijkste functie is "Summary of any webpage by GPT".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GPT Summary

Download GPT Summary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Summarizes webpages with `Alt+S`. Default to selected text, otherwise summarizes entire page.

GPT powered.                    

Basisinformatie over de Extensie

Naam GPT Summary GPT Summary
ID nmkelbcciejibomjfdhaifcdkknoieii
Officiële URL https://chromewebstore.google.com/detail/gpt-summary/nmkelbcciejibomjfdhaifcdkknoieii
Beschrijving Summary of any webpage by GPT
Bestandsgrootte 17.24 KB
Aantal Installaties 42
Huidige Versie 0.0.2
Laatst Bijgewerkt 2023-02-13
Publicatiedatum 2023-02-13
Ontwikkelaar xcv58
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/xcv58/gpt-summary
Help Pagina-URL https://github.com/xcv58/gpt-summary/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT Summary",
    "description": "Summary of any webpage by GPT",
    "version": "0.0.2",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            }
        }
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}