AI Prompt Genius

Craft a custom library of AI Prompts

AI Prompt Geniusคืออะไร?

AI Prompt Genius เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bennyfi4 และคุณลักษณะหลักของมันคือ "Craft a custom library of AI Prompts"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Unleash the Power of AI with Prompt Genius

To get started, install the extension and click the extension icon.

**NEW - Access your prompts with an on demand search using a custom keyboard shortcut**

📢 Enhance your AI interactions with custom prompts
📁 Seamlessly organize your prompts with customizable tags and folders
🔍 Effortlessly navigate your collection with search
💡 Infuse your AI interactions with a spark of creativity with our prompt variables feature
📱 Keep your AI prompts effortlessly synchronized across multiple devices using our Google Sheets integration
🌐 Experience the versatility of this extension across a wide range of AI agents
↔ Easily import and export your AI prompts, ensuring compatibility and accessibility across different platforms
🌎 Communicate with AI in a language that resonates with you. AI Prompt Genius supports 12 languages, empowering you to interact with AI seamlessly.
🆓 Embrace the power of AI without limitations. AI Prompt Genius is free and open-source, providing you with the ultimate flexibility.

View source code here:
https://github.com/benf2004/AI-Prompt-Genius                    

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

ชื่อ AI Prompt Genius AI Prompt Genius
ID jjdnakkfjnnbbckhifcfchagnpofjffo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ai-prompt-genius/jjdnakkfjnnbbckhifcfchagnpofjffo
คำอธิบาย Craft a custom library of AI Prompts
ขนาดไฟล์ 57.96 KB
จำนวนการติดตั้ง 179,102
เวอร์ชันปัจจุบัน 4.0.6
อัปเดตครั้งล่าสุด 2024-01-04
วันที่เผยแพร่ 2022-12-11
คะแนน 3.39/5 รวมทั้งหมด 112 คะแนน
ผู้พัฒนา bennyfi4
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://aipromptgenius.app
URL หน้านโยบายความเป็นส่วนตัว https://docs.aipromptgenius.app/privacy
ภาษาที่รองรับ de,en,fr,tr,es,it,hu,pt-BR,pt-PT,ru,uk,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "4.0.6",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "sidePanel",
        "identity",
        "storage",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "pages\/popup.html"
    },
    "side_panel": {
        "default_path": "pages\/sidebar.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/chat.openai.com\/auth\/*"
            ],
            "js": [
                "scripts\/legacy_hotkey.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "commands": {
        "open-sidebar": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "__MSG_openSidebar__"
        },
        "launch-search": {
            "suggested_key": {
                "default": "Ctrl+Shift+P"
            },
            "description": "__MSG_launchSearch__"
        }
    },
    "oauth2": {
        "client_id": "608311790441-pkkhjmm1qclhqd9nh6k6ophn8eimrafh.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApAk5XZtUbZsw0MDuInTiRVx05\/PODaPVhNAJ2CJT1VjuctCkMU\/dZfmRTbjVJF8CV8ZPHsnA6Q6eqZFw0K4CHpn3z2EE+AkWwc9gN9hrd4lIlHPq5CwqEED0Fq+7JrUq4CjYNEfOLjnIge2cXknzN22u5+TByq\/cJ1+NuqxuE8cywxxJqHEs3vgtu3uqbtOqNN+suik92pABklcjLy8Kmb60KXCxxWoalkdhr2rp5SFScsyVfzzURhwurIacq+aOEdj+yYLCQqJtsoqOpr31SEQE0coTSphpO0L5KatsgEwEMSPr2qnqwltxddvRztsb506ZMHXiSN+v0F48E8Z2AwIDAQAB"
}