Muse GPT Page

Muse GPT Page

Qu'est-ce que Muse GPT Page ?

Muse GPT Page est une extension Chrome développée par Augusdin, et sa fonction principale est "Muse GPT Page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Muse GPT Page

Téléchargez les fichiers d'extension Muse GPT Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Get instant summaries, highlight timestamps, user comments and automatic classification of the website you’re currently browsing including Youtube, Bilibili videos through OpenAI ChatGPT with a single click. With another click, you can save these summaries and website information to your own Notion tables!  Efficiently and effectively obtain and organize valuable and interesting content from the internet!

The existing features are permanently free, try it now! 🌟

I know your time and knowledge are valuable, and I want to create a more effective way to organize the valuable and interesting content you gain from the web. And with AI, we can better integrate these together. That’s why I developed this extension to help you do all of this with AI, without lifting a finger.

🎉 With the AI built into Notion, you can now benefit even more from the content you obtain from the internet.

## More features included in
❇️  Get a summary and classification of the currently open website through ChatGPT with a single click
❇️  One-click to save the current page summary and classification to Notion
❇️  Summarize video site content, including YouTube, Bilibili, etc.
❇️  Support for extracting and analyzing YouTube and Bilibili video subtitles (Bilibili does not currently support series)
❇️  AI automatically refines the highlight timestamps of YouTube and Bilibili videos
❇️  Download extracted YouTube or Bilibili subtitles as srt files (only supports default language temporarily)
❇️  Quickly extract key content from news websites
❇️  Supports translating any page language into your language
❇️   Supports Command+Shift+X shortcut to call out the panel for extraction (Ctrl+Shift+X for Windows)
❇️  Supports Markdown formatted display
❇️  Comes with prompts for YouTube, Bilibili and Github
❇️  Customizable prompts
❇️  Supports adapting prompts to domain names, to automatically enable different prompts for different websites
❇️  Editable generated webpage summaries
❇️  Google Material UI
❇️  The summary panel can be dragged anywhere on the page
❇️  Supports automatic popup summary panel on YouTube and Bilibili video pages
❇️  Supports light and dark skin
❇️  Multi-language support

## New features coming soon
* Deep analysis of key content automatically connected to the internet
* Embedding the highlight timestamps display function in video pages
* Summary and translation of copied content
* One-click save copied content to Notion
* Prompt engineering guide
* Connect to Prmpt engineering community
* AutoGPT
* Analysis and summary of Instagram content and user comments
* Analysis and summary of Twitter content and user comments
* Summary of Reddit community content

## Complete these steps to get started

After installing this extension, a clear and easy-to-understand usage guide will pop up immediately, just follow the guide to start using it right away.
After finishing the guide, click the icon in Chrome, or the shortcut Command+Shift+X (Ctrl+Shift+X for Windows) to start using it immediately

## Please support me on my GitHub page
https://github.com/feynmandj/MuseGPT-Page

If you find this extension helpful, please give me a Star. Thank you.                    

Informations de Base sur l'Extension

Nom Muse GPT Page Muse GPT Page
ID behcohbidbphfgimphjgofnfnbebienc
URL Officiel https://chromewebstore.google.com/detail/muse-gpt-page/behcohbidbphfgimphjgofnfnbebienc
Description Muse GPT Page
Taille du Fichier 1.03 MB
Nombre d'Installations 178
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-08-08
Date de Publication 2023-07-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur Augusdin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://musegpt.net/
URL de la Page d'Aide https://musegpt.net/
URL de la Page de Politique de Confidentialité https://musegpt.net/term/musegpt-privacy-policy
Langues Prises en Charge en,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Muse GPT Page",
    "version": "1.0.2",
    "default_locale": "en",
    "description": "Muse GPT Page",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "show musegpt page panel"
        }
    },
    "action": [],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle16913949833.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/png\/*.png",
                "assets\/svg\/*.svg",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}