universally.chat - ChatGPT on any website
Open ChatGPT with one simple shortcut on any website. Load PDF, Youtube videos & websites to discuss, summarize & ask questions.
universally.chat - ChatGPT on any website란 무엇입니까?
universally.chat - ChatGPT on any website은(는) https://universally.chat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open ChatGPT with one simple shortcut on any website. Load PDF, Youtube videos & websites to discuss, summarize & ask questions."입니다.
확장 프로그램 스크린샷
universally.chat - ChatGPT on any website 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🎉 Turn ChatGPT into your own personal AI assistant on any website 💻 💡 Use the shortcut Alt+u (Alt key is on Mac: ⌥ or option) to open ChatGPT on any website in your browser. Or customize the shortcut against one of your choice. 📝 Load articles, web content, youtube videos, text files & PDFs Discuss, summarize & ask questions about loaded web content, youtube videos & PDFs directly in the Chat GPT chat. 🤖 Use your ChatGPT Account or directly the OpenAI API Works with your ChatGPT & ChatGPT Plus account. Or use directly the OpenAI API - we call it ⚡TurboChat. 🔒 Private by design For all functions, your data is only stored directly in your local browser. All queries are made directly & privately between your browser and ChatGPT & OpenAI servers. Universally does not store or track any data about you or your conversations. And never will. 🔥 Enjoy the following features: ‣ Access to your complete chat history ‣ Fast security check in an automatically opening window ‣ Model switch also for existing conversations ‣ Code highlighting ‣ Move the chat window freely in the browser ‣ Resize the chat window ‣ Support for all Markdown output (images, tables, links ...) ‣ Copy to clipboard (for code blocks & complete bubble) ‣ Listing & switching to all older conversations ‣ Stop button to cancel ongoing conversation ‣ Focus mode ‣ Clean and user-friendly interface 🌟 😊 Give it a try & start for free I'd love to hear your feedback & positive ratings. 💬 ======= Info for Brave Browser users ======= To make the extension work in the Brave Browser, follow these steps: 1. Open "brave://settings/shields" 2. Disable "Prevent sites from fingerprinting me based on my language preferences"
확장 프로그램 기본 정보
이름 | universally.chat - ChatGPT on any website |
ID | gmegeljejnflhdonjlgokhanebipjhoe |
공식 URL | https://chromewebstore.google.com/detail/universallychat-chatgpt-o/gmegeljejnflhdonjlgokhanebipjhoe |
설명 | Open ChatGPT with one simple shortcut on any website. Load PDF, Youtube videos & websites to discuss, summarize & ask questions. |
파일 크기 | 3.28 MB |
설치 횟수 | 5,692 |
현재 버전 | 1.7.6 |
최근 업데이트 | 2023-12-11 |
출시 날짜 | 2023-01-02 |
평점 | 4.27/5 총 44 개의 평점 |
개발자 | https://universally.chat |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.universally.chat |
개인정보 보호 정책 페이지 URL | https://www.universally.chat/privacy-policy-universally |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "universally.chat - ChatGPT on any website", "version": "1.7.6", "description": "Open ChatGPT with one simple shortcut on any website. Load PDF, Youtube videos & websites to discuss, summarize & ask questions.", "short_name": "Universally", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "storage", "activeTab", "scripting" ], "sandbox": { "pages": [ "tokenizer.html" ] }, "host_permissions": [ "https:\/\/*.openai.com\/" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "commands": { "open-chat": { "suggested_key": { "default": "Alt+U" }, "description": "Open Universally ChatGPT Chat on the current page" } }, "web_accessible_resources": [ { "matches": [ " |