Muse GPT Page
Muse GPT Page
什么是Muse GPT Page?
Muse GPT Page是由Augusdin开发的Chrome扩展程序,该扩展的主要功能是“Muse GPT Page”。
扩展截图
下载Muse GPT Page扩展crx文件
下载Muse GPT Page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Muse GPT Page |
ID | behcohbidbphfgimphjgofnfnbebienc |
官方URL | https://chromewebstore.google.com/detail/muse-gpt-page/behcohbidbphfgimphjgofnfnbebienc |
简介 | Muse GPT Page |
文件大小 | 1.03 MB |
安装次数 | 178 |
当前版本 | 1.0.2 |
更新时间 | 2023-08-08 |
上架时间 | 2023-07-24 |
评分 | 5.00/5 共1次评分 |
开发者 | Augusdin |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://musegpt.net/ |
帮助页面URL | https://musegpt.net/ |
隐私政策页面URL | https://musegpt.net/term/musegpt-privacy-policy |
支持的语言 | 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": [ "*:\/\/*\/*" ] } ] } |