LightPDF: AI Chat & Summary for PDF/Web

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

O que é LightPDF: AI Chat & Summary for PDF/Web?

LightPDF: AI Chat & Summary for PDF/Web é uma extensão do Chrome desenvolvida por https://lightpdf.com, e sua principal característica é "The best free ChatPDF AI extension. Chat with documents & website, quickly get summaries and data extraction.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão LightPDF: AI Chat & Summary for PDF/Web

Baixe arquivos de extensão LightPDF: AI Chat & Summary for PDF/Web no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome LightPDF: AI Chat & Summary for PDF/Web LightPDF: AI Chat & Summary for PDF/Web
ID bbdefjbkdegboapdmjgehondplmfinek
URL Oficial https://chromewebstore.google.com/detail/lightpdf-ai-chat-summary/bbdefjbkdegboapdmjgehondplmfinek
Descrição The best free ChatPDF AI extension. Chat with documents & website, quickly get summaries and data extraction.
Tamanho do Arquivo 55.35 KB
Contagem de Instalações 5,000
Versão Atual 1.1.1
Última Atualização 2024-02-01
Data de Publicação 2023-07-09
Classificação 4.38/5 Total de 13 Avaliações
Desenvolvedor https://lightpdf.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://lightpdf.com/chatdoc
URL da Página de Ajuda https://lightpdf.com/contact
URL da Página de Política de Privacidade https://www.apowersoft.com/privacy
Idiomas Suportados 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"
    }
}