HandyPrompts

Useful AI for Everyday Life

HandyPromptsคืออะไร?

HandyPrompts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alecdickinson และคุณลักษณะหลักของมันคือ "Useful AI for Everyday Life"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Our aim is to simplify the use of Artificial Intelligence online by providing AI Prompt Engineering solutions in One Click.  Currently supported use cases for: Sales, Marketing, Content, Developers, Product, HR, AI Assistants, Wellness, Translation, Videos, Photography, Prompt Engineering, MidJourney and of course Jokes and HandyPrompts.

Artificial Intelligence can improve your everyday productivity drastically, however sometimes it is a bit difficult to access these systems and use them in an easy, intuitive and frictionless process.  With HandyPrompts our aim is to provide easy access and simple to use interfaces for everyone, so that you can benefit from these platforms in your Everyday Life.  We will start with simple use cases and develop our prompts and solutions based on user feedback, so please let us know what you think, what you think we missed and what you've liked from HandyPrompts, we'll build new experiences for you to make it increasingly more easy to access these systems.                    

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

ชื่อ HandyPrompts HandyPrompts
ID bodljefgjjacjfddapochemgmnkghmnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/handyprompts/bodljefgjjacjfddapochemgmnkghmnc
คำอธิบาย Useful AI for Everyday Life
ขนาดไฟล์ 404 KB
จำนวนการติดตั้ง 201
เวอร์ชันปัจจุบัน 1.20.0
อัปเดตครั้งล่าสุด 2023-05-10
วันที่เผยแพร่ 2023-03-27
ผู้พัฒนา alecdickinson
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bit.ly/m/handyprompts
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HandyPrompts",
    "version": "1.20.0",
    "description": "Useful AI for Everyday Life",
    "icons": {
        "48": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "HandyPrompts"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}