QueryKitty: ChatGPT context on any website

Get the power of ChatGPT Prompts on every website

QueryKitty: ChatGPT context on any websiteคืออะไร?

QueryKitty: ChatGPT context on any website เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://querykitty.com และคุณลักษณะหลักของมันคือ "Get the power of ChatGPT Prompts on every website"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QueryKitty: ChatGPT context on any website

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

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

                        Prepare to boost your productivity with Query Kitty, the ultimate tool that can perform magic with just a few clicks! 🐱

Are you exhausted from dealing with excessive amounts of information? Do you long for the ability to convert selected text into social content, newsletters, or articles with a simple right-click? Well, with Query Kitty, you can do just that! 😺

Introducing QueryKitty 😸, the ultimate Chrome extension powered by ChatGPT 💬, designed to bring the power of AI to any website you visit 🌐. With QueryKitty, you can click Ctrl+Right and instantly open a chatbox that allows you to interact with the website in ways you never thought possible.

With Query Kitty, you'll have access to a whole suite of features that will help you grow:

💬 **Transform** selected text into social content, newsletters, articles, and more with just a right-click.
🤔 Get **accurate answers** to your questions in seconds, thanks to our AI-powered algorithms.
📈 **Boost your social media** growth on platforms like Twitter, LinkedIn, YouTube, and more.
📧 **Compose effective emails** quickly and easily with LLMs.
📊 **Automate your spreadsheets** with formulas and Google App scripts.
💻 **Create custom code** modules to enhance your projects.
📌 **Save frequently used prompts** for easy access - because time is money!

Don't just take our word for it. See what the people say

Ready to see the magic for yourself? 

Download Query Kitty now and start achieving your goals with ease. Your productivity will thank you! 🚀                    

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

ชื่อ QueryKitty: ChatGPT context on any website QueryKitty: ChatGPT context on any website
ID mddafpajdjojjdilglgnhhkiglcackcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/querykitty-chatgpt-contex/mddafpajdjojjdilglgnhhkiglcackcj
คำอธิบาย Get the power of ChatGPT Prompts on every website
ขนาดไฟล์ 322 KB
จำนวนการติดตั้ง 266
เวอร์ชันปัจจุบัน 1.3.9
อัปเดตครั้งล่าสุด 2023-04-30
วันที่เผยแพร่ 2023-03-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://querykitty.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://querykitty.com
URL หน้าช่วยเหลือ https://querykitty.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "QueryKitty: ChatGPT context on any website",
    "short_name": "QueryKitty",
    "version": "1.3.9",
    "description": "Get the power of ChatGPT Prompts on every website",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/*"
    ],
    "action": {
        "default_title": "Open Chat"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "js\/chatgpt.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "main\/*"
            ]
        }
    ],
    "commands": {
        "open-app": {
            "suggested_key": {
                "default": "Ctrl+Right",
                "mac": "Command+Right"
            },
            "description": "Open chatbox in the exisitng browser tab"
        }
    }
}