LightPDF: AI Chat & Summary for PDF/Web

The best free ChatPDF AI extension. Chat with documents & website, quickly get summaries and data extraction.

LightPDF: AI Chat & Summary for PDF/Web란 무엇입니까?

LightPDF: AI Chat & Summary for PDF/Web은(는) https://lightpdf.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best free ChatPDF AI extension. Chat with documents & website, quickly get summaries and data extraction."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

LightPDF: AI Chat & Summary for PDF/Web 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        LightPDF, AI-powered, is a must-have all-in-one free PDF program for your work and study. You can use it to summarize and chat with PDFs and other documents, quickly get the key information from the files! And it takes the advantage of AI to help you easily extract texts from scans and turn into editable formats. Install it and it can be your PDF converter, editor, reader,  and cloud-based PDF storage. 

What LightPDF can do
🌟Chat with PDFs, scans, webpage, and Office documents
● Ask questions to the chatbot about your file and it will answer you with cited sources
● Quickly output results in markdown and table formats
● Chat with PDFs, scans, url link, Excel, Word, PPT, and ePub documents
● Share chat sessions to others

🌟Convert and OCR PDFs
● Convert PDF to Word, JPG, PNG, Excel, PPT, and TXT, as well as turn Word, PPT, Excel, JPG, PNG, and CAD formats to PDF
● Equipped with OCR technology to recognize and extract texts from images and PDF scans, and turn into docx, xlsx, pptx, pdf, and txt formats
● Convert multiple documents at the same time and quickly get your work done

🌟Cloud-based PDF Editor & Reader
● Edit, sign, and add images to a PDF file
● Highlight, draw markups, and insert notes into PDF
● Protect and unlock PDF documents
● Add text and image watermarks to a PDF
● Compress PDF files with a few clicks 
● Merge multiple PDF documents into one
● Extract PDF pages
● Read PDFs, add bookmarks, search and annotate
● Print PDFs directly from your devices
● Auto-sync PDFs in order to work with PDFs on the go. No more worry about losing data 

🌟New Way for Teamwork
● Share files via links with your team and invite multiple people to view, edit, highlight, sign, and add comments on the same PDF at the same time
● Set permissions to keep PDF security under control
● Upload the file to the cloud, and access it on any device 
● Star files as favorites to quickly find and open them

-------------------------------------------------------------------------------
If you need any help or have suggestions on LightPDF, please feel free to contact us. We can't keep making progress without your voice.

Email: [email protected]
Customer Service Center: https://lightpdf.com/contact
FAQ: https://lightpdf.com/faqs/lightpdf-editor-faq
Privacy Policy:https://lightpdf.com/privacy
Terms of Service:https://lightpdf.com/terms                    

확장 프로그램 기본 정보

이름 LightPDF: AI Chat & Summary for PDF/Web LightPDF: AI Chat & Summary for PDF/Web
ID bbdefjbkdegboapdmjgehondplmfinek
공식 URL https://chromewebstore.google.com/detail/lightpdf-ai-chat-summary/bbdefjbkdegboapdmjgehondplmfinek
설명 The best free ChatPDF AI extension. Chat with documents & website, quickly get summaries and data extraction.
파일 크기 55.35 KB
설치 횟수 5,000
현재 버전 1.1.1
최근 업데이트 2024-02-01
출시 날짜 2023-07-09
평점 4.38/5 총 13 개의 평점
개발자 https://lightpdf.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lightpdf.com/chatdoc
도움말 페이지 URL https://lightpdf.com/contact
개인정보 보호 정책 페이지 URL https://www.apowersoft.com/privacy
지원되는 언어 de,en,fr,es,pt-BR,pt-PT,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_pluginName__",
    "description": "__MSG_pluginDesc__",
    "default_locale": "en",
    "version": "1.1.1",
    "icons": {
        "128": "128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "tabs",
        "webNavigation"
    ],
    "action": {
        "default_popup": "popup.html"
    }
}