HandyPrompts

Useful AI for Everyday Life

HandyPrompts क्या है?

HandyPrompts alecdickinson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Useful AI for Everyday Life"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HandyPrompts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}