SummariseGPT

Unlock More Time with Instant Webpage Summaries and Chat!

Τι είναι το SummariseGPT;

Το SummariseGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shadowfax Apps, και η κύρια λειτουργία του είναι "Unlock More Time with Instant Webpage Summaries and Chat!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SummariseGPT

Λήψη αρχείων επέκτασης SummariseGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Introducing SummariseGPT, a Chrome extension that simplifies your online reading experience. This tool uses AI to provide you with the following features:

Instant Summaries: SummariseGPT can condense webpages into digestible summaries. Choose from three formats: TL;DR, Short, or Detailed. This feature is ideal for news articles, research, and blog posts.
Interactive Chat: This feature allows you to interact directly with the webpage, extracting key insights and answering your queries. It eliminates the need for additional internet searches and simplifies the understanding of complex topics.

SummariseGPT is a tool designed to make web browsing more efficient, allowing you to stay updated without consuming too much time. Download SummariseGPT today to experience a new way of accessing and understanding online content.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SummariseGPT SummariseGPT
ID jchedekddaaggcimdcnkiefahinlingc
Επίσημο URL https://chromewebstore.google.com/detail/summarisegpt/jchedekddaaggcimdcnkiefahinlingc
Περιγραφή Unlock More Time with Instant Webpage Summaries and Chat!
Μέγεθος Αρχείου 1.67 MB
Αριθμός Εγκαταστάσεων 205
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2023-09-25
Ημερομηνία Δημοσίευσης 2023-07-23
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Shadowfax Apps
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://shadowfax92.github.io/assets/privacy_policy.pdf
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.3",
    "author": "shadowfax.apps",
    "name": "SummariseGPT",
    "description": "Unlock More Time with Instant Webpage Summaries and Chat!",
    "background": {
        "service_worker": "background.93e42914.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "",
        "activeTab",
        "identity",
        "identity.id"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.c0fedfcf.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}