AI Anywhere for ChatGPT
ChatGPT enhancer - adds context menu, keyboard shortcuts, history and more!
AI Anywhere for ChatGPT란 무엇입니까?
AI Anywhere for ChatGPT은(는) https://fastaddons.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChatGPT enhancer - adds context menu, keyboard shortcuts, history and more!"입니다.
확장 프로그램 스크린샷
AI Anywhere for ChatGPT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
💬 AI Anywhere is handy helper for ChatGPT (created by OpenAI). ⭐ Main features: - customizable context menu options - Summarize / Explain / Translate {selected text} - click toolbar icon for instant access - click toolbar icon on Google to re-search with ChatGPT - press arrow Up / Down inside ChatGPT to access previous queries ❤ Support independent developer and official friend of Addons! Juraj Mäsiar - https://Blog.Mozilla.org/Addons/2020/06/15/Friend-Of-Add-ons-Juraj-Masiar/ ☕ I'm addon developer since 2016. My goal is to build powerful extensions for your web-browser to make you more productive. If you think I'm doing a good job, please donate :) - Ko-Fi.com: https://ko-fi.com/fastaddons - PayPal.Me: https://paypal.me/fastaddons/ - Patreon.com: https://www.patreon.com/fastaddons 💥 Your donation is my only income! Thank you for supporting my work! 🔒 Privacy Policy: https://github.com/fastaddons/AI-Anywhere/blob/master/PRIVACY_POLICY.md
확장 프로그램 기본 정보
이름 | AI Anywhere for ChatGPT |
ID | ampobpdnahgplhoheemmgigbomagobbk |
공식 URL | https://chromewebstore.google.com/detail/ai-anywhere-for-chatgpt/ampobpdnahgplhoheemmgigbomagobbk |
설명 | ChatGPT enhancer - adds context menu, keyboard shortcuts, history and more! |
파일 크기 | 1.84 MB |
설치 횟수 | 923 |
현재 버전 | 2.6 |
최근 업데이트 | 2023-11-03 |
출시 날짜 | 2023-01-11 |
평점 | 4.86/5 총 7 개의 평점 |
개발자 | https://fastaddons.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://fastaddons.com/#ai_anywhere |
도움말 페이지 URL | https://github.com/fastaddons/AI-Anywhere/issues |
개인정보 보호 정책 페이지 URL | https://github.com/fastaddons/privacy_policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.6", "author": "Juraj M\u00e4siar", "default_locale": "en", "name": "__MSG_app_name__", "description": "__MSG_app_desc__", "icons": { "48": "48.png", "128": "128.png" }, "background": { "service_worker": "background.loader.js" }, "action": { "default_icon": { "128": "128.png" }, "default_popup": "popup\/popup.html" }, "options_ui": { "page": "editor\/editor.html", "open_in_tab": true }, "commands": { "open_ai": { "suggested_key": { "default": "Alt+I" }, "description": "Open modal window." } }, "content_scripts": [ { "matches": [ "*:\/\/*.openai.com\/*" ], "all_frames": true, "run_at": "document_end", "js": [ "browser-polyfill.min.js", "content_scripts\/ai.cs.js" ] } ], "web_accessible_resources": [ { "resources": [ "editor\/editor.css", "editor\/editor.html", "editor\/editor.js", "utils\/svg\/resize-corner.svg" ], "matches": [ " |