Quicky AI

A quick and productive tool that brings ChatGPT at your fingertips on any website

Quicky AIคืออะไร?

Quicky AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quickyai.com และคุณลักษณะหลักของมันคือ "A quick and productive tool that brings ChatGPT at your fingertips on any website"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quicky AI

ดาวน์โหลดไฟล์ส่วนขยาย Quicky AI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        🤖 Quicky AI: Instantly Use AI on Any Website with Just a Click! 🌟

Quicky AI is the ultimate productivity tool for anyone who wants to supercharge their web browsing experience with artificial intelligence. With our powerful Chrome extension, you can harness the power of AI to reword, reply, summarize, explain, answer questions, correct text, and more - all with just a few clicks!

👉 Here's what you can do with Quicky AI:

✅ Chat with any page: A chatbot you own that allows you to chat with any webpage instantly.
✅ Reword: Instantly rephrase any text you find on the web to improve clarity and readability.
✅ Reply: Quickly craft responses to emails, social media posts, and more with AI-powered suggestions.
✅ Summarize: Just with one click you can summarize the entire webpage instantly
✅ Explain: Have trouble understanding complex concepts? Let Quicky AI break them down for you in plain language.
✅ Correct: Tired of typos and grammatical errors? Let Quicky AI clean up your writing with accurate suggestions and corrections.
...and many more

🌟🚀 Keep improving your productivity and efficiency with Quicky AI, no matter what new features and capabilities we add in the future.

🎉👍 And speaking of new features, we're always working on ways to make Quicky AI even better. Some of the exciting improvements we have in the works include custom themes, history saving, custom shortcuts, and much more.

🚀 So what are you waiting for? Purchase your Quicky AI license today to start experiencing the power of AI in your web browsing!

Visit QuickyAI.com now to learn more and get started! 🎉                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quicky AI Quicky AI
ID ndncogolkjfialgpgpjoonecpgocjeah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quicky-ai/ndncogolkjfialgpgpjoonecpgocjeah
คำอธิบาย A quick and productive tool that brings ChatGPT at your fingertips on any website
ขนาดไฟล์ 349 KB
จำนวนการติดตั้ง 297
เวอร์ชันปัจจุบัน 4.2.0
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2023-03-27
คะแนน 4.50/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://quickyai.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://quickyai.com/
URL หน้านโยบายความเป็นส่วนตัว https://legal.testimonial.to/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quicky AI",
    "version": "4.2.0",
    "description": "A quick and productive tool that brings ChatGPT at your fingertips on any website",
    "options_ui": {
        "page": "src\/pages\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-32.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js",
                "readability.js"
            ],
            "css": [
                "contentStyle.css"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-32.png",
                "guide.png",
                "contentStyle.css",
                "roboto.ttf",
                "roboto-md.ttf",
                "src\/pages\/options\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "generateRC": {
            "suggested_key": {
                "default": "Alt+Z",
                "mac": "Alt+Z",
                "chromeos": "Alt+Z",
                "linux": "Alt+Z"
            },
            "description": "Trigger QuickyAI or open response window"
        },
        "menuToggler": {
            "suggested_key": {
                "default": "Alt+J",
                "mac": "Alt+J",
                "chromeos": "Alt+J",
                "linux": "Alt+J"
            },
            "description": "Enable\/disable the selection menu"
        },
        "sendSelectedText": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            },
            "description": "Copy selected text to response window"
        },
        "summarizeArticle": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S",
                "chromeos": "Alt+S",
                "linux": "Alt+S"
            },
            "description": "Summarize the web page"
        }
    }
}