Muse GPT Page

Muse GPT Page

Muse GPT Page là gì?

Muse GPT Page là một tiện ích mở rộng Chrome được phát triển bởi Augusdin, và tính năng chính của nó là "Muse GPT Page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Muse GPT Page

Tải xuống các tệp mở rộng Muse GPT Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Muse GPT Page Muse GPT Page
ID behcohbidbphfgimphjgofnfnbebienc
URL Chính Thức https://chromewebstore.google.com/detail/muse-gpt-page/behcohbidbphfgimphjgofnfnbebienc
Mô tả Muse GPT Page
Kích Thước Tệp 1.03 MB
Số Lần Cài Đặt 178
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2023-08-08
Ngày Phát Hành 2023-07-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Augusdin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://musegpt.net/
URL Trang Trợ Giúp https://musegpt.net/
URL Trang Chính Sách Bảo Mật https://musegpt.net/term/musegpt-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}