HandyPrompts

Useful AI for Everyday Life

HandyPrompts란 무엇입니까?

HandyPrompts은(는) alecdickinson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Useful AI for Everyday Life"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

HandyPrompts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}