HandyPrompts
Useful AI for Everyday Life
什么是HandyPrompts?
HandyPrompts是由alecdickinson开发的Chrome扩展程序,该扩展的主要功能是“Useful AI for Everyday Life”。
扩展截图
下载HandyPrompts扩展crx文件
下载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 |
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" ] } ] } |