HandyPrompts
Useful AI for Everyday Life
HandyPrompts là gì?
HandyPrompts là một tiện ích mở rộng Chrome được phát triển bởi alecdickinson, và tính năng chính của nó là "Useful AI for Everyday Life".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HandyPrompts
Tải xuống các tệp mở rộng HandyPrompts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HandyPrompts |
ID | bodljefgjjacjfddapochemgmnkghmnc |
URL Chính Thức | https://chromewebstore.google.com/detail/handyprompts/bodljefgjjacjfddapochemgmnkghmnc |
Mô tả | Useful AI for Everyday Life |
Kích Thước Tệp | 404 KB |
Số Lần Cài Đặt | 201 |
Phiên Bản Hiện Tại | 1.20.0 |
Cập Nhật Lần Cuối | 2023-05-10 |
Ngày Phát Hành | 2023-03-27 |
Nhà Phát Triển | alecdickinson |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bit.ly/m/handyprompts |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |