RecapioGPT
RecapioGPT is an AI tool that can summarize any article or content you browse.
RecapioGPT란 무엇입니까?
RecapioGPT은(는) andrej.simunaj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RecapioGPT is an AI tool that can summarize any article or content you browse."입니다.
확장 프로그램 스크린샷
RecapioGPT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing RecapioGPT, the AI-powered chrome extension that makes reading and summarizing web pages effortless! With Alfred, you can easily summarize news articles, blog posts, and even PDFs with just a click of a button. Recapio's state-of-the-art AI technology quickly analyses the content on any webpage and generates a condensed, comprehensive summary that highlights the key points. This allows you to quickly grasp the main ideas and save time on your reading. Moreover, you can save, retrieve and update summaries as per your convenience with Alfred's built-in saving feature. So, you'll never lose track of important information again. So, what are you waiting for? Upgrade your reading experience, save time and stay informed with Recapio's AI-powered summarization feature. Click on the "Add to Chrome" button now and get started with Recapio.
확장 프로그램 기본 정보
이름 | RecapioGPT |
ID | eeeahhaanadpgonocbinjbhbohcknfcd |
공식 URL | https://chromewebstore.google.com/detail/recapiogpt/eeeahhaanadpgonocbinjbhbohcknfcd |
설명 | RecapioGPT is an AI tool that can summarize any article or content you browse. |
파일 크기 | 2.28 MB |
설치 횟수 | 5,245 |
현재 버전 | 0.3.8 |
최근 업데이트 | 2023-06-08 |
출시 날짜 | 2022-12-09 |
평점 | 4.82/5 총 11 개의 평점 |
개발자 | andrej.simunaj |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://app.recapiogpt.com/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RecapioGPT", "description": "RecapioGPT is an AI tool that can summarize any article or content you browse.", "version": "0.3.8", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Summarize Content" }, "permissions": [ "tabs" ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ] } ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |