Muse GPT Page
Muse GPT Page
Muse GPT Page란 무엇입니까?
Muse GPT Page은(는) Augusdin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Muse GPT Page"입니다.
확장 프로그램 스크린샷
Muse GPT Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ "*:\/\/*\/*" ] } ] } |