Quicky AI

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

Co je Quicky AI?

Quicky AI je rozšíření Chrome vyvinuté https://quickyai.com, a jeho hlavní funkcí je „A quick and productive tool that brings ChatGPT at your fingertips on any website“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Quicky AI

Stáhněte si soubory rozšíření Quicky AI ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        🤖 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! 🎉                    

Základní Informace o Rozšíření

Název Quicky AI Quicky AI
ID ndncogolkjfialgpgpjoonecpgocjeah
Oficiální URL https://chromewebstore.google.com/detail/quicky-ai/ndncogolkjfialgpgpjoonecpgocjeah
Popis A quick and productive tool that brings ChatGPT at your fingertips on any website
Velikost souboru 349 KB
Počet instalací 297
Aktuální Verze 4.2.0
Poslední Aktualizace 2024-02-28
Datum Vydání 2023-03-27
Hodnocení 4.50/5 Celkem 10 Hodnocení
Vývojář https://quickyai.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://quickyai.com/
URL Stránky Zásad Ochrany Soukromí https://legal.testimonial.to/privacy
Podporované Jazyky 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"
        }
    }
}