chatpdf for PDFs powered by ChatGPT™
Use chatgpt for PDF and chat with any PDF using Open AI™ ChatGPT™ and revolutionize the way you interact with PDFs.
什么是chatpdf for PDFs powered by ChatGPT™?
chatpdf for PDFs powered by ChatGPT™是由SMALLPDF KENYA开发的Chrome扩展程序,该扩展的主要功能是“Use chatgpt for PDF and chat with any PDF using Open AI™ ChatGPT™ and revolutionize the way you interact with PDFs.”。
扩展截图
下载chatpdf for PDFs powered by ChatGPT™扩展crx文件
下载chatpdf for PDFs powered by ChatGPT™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ChatPDF is an AI-powered chatbot that accepts PDFs as 'prompts' (inputs) and can summarize, answer questions, analyze for a quick extraction (find a particular text or paragraph), and is able to translate PDFs. You do not even need to create an account if you do not wish to; you can head to the website and get started.
扩展基本信息
名称 | chatpdf for PDFs powered by ChatGPT™ |
ID | lbmmgehbagifbppeiehccpklknjenadh |
官方URL | https://chromewebstore.google.com/detail/chatpdf-for-pdfs-powered/lbmmgehbagifbppeiehccpklknjenadh |
简介 | Use chatgpt for PDF and chat with any PDF using Open AI™ ChatGPT™ and revolutionize the way you interact with PDFs. |
文件大小 | 487 KB |
安装次数 | 963 |
当前版本 | 1.0.0 |
更新时间 | 2023-06-13 |
上架时间 | 2023-06-13 |
评分 | 3.00/5 共2次评分 |
开发者 | SMALLPDF KENYA |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://docs.google.com/forms/d/e/1FAIpQLSe20se0IV89fbBjgEy-YOO3qx0bk6qLMAnU4Gyc6n4g78OyMA/viewform |
隐私政策页面URL | https://www.termsfeed.com/live/1f87de57-4223-4254-9c08-825cba3f5bcf |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "chatpdf for PDFs powered by ChatGPT\u2122", "description": "Use chatgpt for PDF and chat with any PDF using Open AI\u2122 ChatGPT\u2122 and revolutionize the way you interact with PDFs.", "version": "1.0.0", "manifest_version": 3, "action": { "default_popup": "\/pages\/login.html", "default_icon": "\/assets\/images\/ChatPDF-32.png" }, "icons": { "16": "\/assets\/images\/ChatPDF-16.png", "32": "\/assets\/images\/ChatPDF-32.png", "64": "\/assets\/images\/ChatPDF-64.png", "128": "\/assets\/images\/ChatPDF-128.png", "256": "\/assets\/images\/ChatPDF-256.png", "512": "\/assets\/images\/ChatPDF-512.png" }, "host_permissions": [ "https:\/\/kenyapdf-wmk9.onrender.com\/*" ], "options_page": "pages\/settings.html" } |