QuickGPT

Unleash the power of augmented thinking — write, edit, brainstorm, analyse, summarise — on every page. Like magic, but with AI.

QuickGPT là gì?

QuickGPT là một tiện ích mở rộng Chrome được phát triển bởi Pavel Zastavnitskiy, và tính năng chính của nó là "Unleash the power of augmented thinking — write, edit, brainstorm, analyse, summarise — on every page. Like magic, but with AI.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng QuickGPT 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

                        QuickGPT is an AI-assisted tool that enables users to perform almost any text-related task without knowing special tooling.

Using GPT-4 AI under the hood, QuickGPT is able to understand natural language commands, perform elaborate analysis or text generation. Ask it to read a long text and summarise it into bullet points. Or give it an email from annoying person and ask to reply gently. 

GPT-4 model is extremely powerful, and while some answers will be dumb, you will be impressed with how valuable it is in your day-to-day on the internet.

Start with “ctrl + shift + k”. Or “command + shift + k” on a Mac.                    

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

Tên QuickGPT QuickGPT
ID liheadmmmjjdggcacgocglafampjhehp
URL Chính Thức https://chromewebstore.google.com/detail/quickgpt/liheadmmmjjdggcacgocglafampjhehp
Mô tả Unleash the power of augmented thinking — write, edit, brainstorm, analyse, summarise — on every page. Like magic, but with AI.
Kích Thước Tệp 2.01 MB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 28
Cập Nhật Lần Cuối 2023-08-16
Ngày Phát Hành 2023-01-24
Nhà Phát Triển Pavel Zastavnitskiy
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://quickgpt.app/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "QuickGPT",
    "version": "28",
    "description": "Unleash the power of augmented thinking \u2014 write, edit, brainstorm, analyse, summarise \u2014 on every page. Like magic, but with AI.",
    "options_ui": {
        "page": "src\/pages\/options\/index.html"
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-32.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentStyle.css",
                "icon-128.png",
                "icon-32.png"
            ],
            "matches": []
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Opens QuickGPT"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/ai-assistant-monorepo-website.vercel.app\/*",
            "https:\/\/quickgpt.app\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}