Muse GPT Page
Muse GPT Page
Hvad er Muse GPT Page?
Muse GPT Page er en Chrome-udvidelse udviklet af Augusdin, og dens hovedfunktion er "Muse GPT Page".
Udvidelsesskærmbilleder
Download Muse GPT Page-udvidelses-CRX-fil
Download Muse GPT Page-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Muse GPT Page |
ID | behcohbidbphfgimphjgofnfnbebienc |
Officiel URL | https://chromewebstore.google.com/detail/muse-gpt-page/behcohbidbphfgimphjgofnfnbebienc |
Beskrivelse | Muse GPT Page |
Filstørrelse | 1.03 MB |
Antal Installationer | 178 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2023-08-08 |
Udgivelsesdato | 2023-07-24 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Augusdin |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://musegpt.net/ |
Hjælpeside-URL | https://musegpt.net/ |
URL til Fortrolighedspolitik Side | https://musegpt.net/term/musegpt-privacy-policy |
Understøttede Sprog | 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": [ "*:\/\/*\/*" ] } ] } |