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 |
Eメール | [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" ] } ] } |