LightPDF: AI Chat & Summary for PDF/Web

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

Qu'est-ce que LightPDF: AI Chat & Summary for PDF/Web ?

LightPDF: AI Chat & Summary for PDF/Web est une extension Chrome développée par https://lightpdf.com, et sa fonction principale est "The best free ChatPDF AI extension. Chat with documents & website, quickly get summaries and data extraction.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension LightPDF: AI Chat & Summary for PDF/Web

Téléchargez les fichiers d'extension LightPDF: AI Chat & Summary for PDF/Web au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom LightPDF: AI Chat & Summary for PDF/Web LightPDF: AI Chat & Summary for PDF/Web
ID bbdefjbkdegboapdmjgehondplmfinek
URL Officiel https://chromewebstore.google.com/detail/lightpdf-ai-chat-summary/bbdefjbkdegboapdmjgehondplmfinek
Description The best free ChatPDF AI extension. Chat with documents & website, quickly get summaries and data extraction.
Taille du Fichier 55.35 KB
Nombre d'Installations 5,000
Version Actuelle 1.1.1
Dernière Mise à Jour 2024-02-01
Date de Publication 2023-07-09
Évaluation 4.38/5 Total 13 Évaluations
Développeur https://lightpdf.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://lightpdf.com/chatdoc
URL de la Page d'Aide https://lightpdf.com/contact
URL de la Page de Politique de Confidentialité https://www.apowersoft.com/privacy
Langues Prises en Charge 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"
    }
}