WPS PDF: Read and Comment PDF files

WPS PDF extension allows you to effortlessly view, annotate, and comment on PDF documents anytime, anywhere.

Qu'est-ce que WPS PDF: Read and Comment PDF files ?

WPS PDF: Read and Comment PDF files est une extension Chrome développée par www.wps.com, et sa fonction principale est "WPS PDF extension allows you to effortlessly view, annotate, and comment on PDF documents anytime, anywhere.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WPS PDF: Read and Comment PDF files

Téléchargez les fichiers d'extension WPS PDF: Read and Comment PDF files 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

                        Effortlessly view, highlight, comment, draw and download your PDF files with powerful WPS PDF tools.

WPS PDF is a trusted name in the industry, renowned for its powerful solutions. You can use WPS PDF Chrome extension to highlight key parts of PDF, collaborate with others through comments, create personalized notes, and download PDF to local files or work anytime and anywhere by viewing historical files.

The WPS PDF extension also has many detailed functions that can help you improve productivity, such as targeting specific content and rotation, and zooming in and out of PDFs. Try this useful set of PDF tools on your browser.

How to Use the WPS PDF Chrome Extension:
1. Install and pin WPS PDF Chrome Extension 
2. Open your PDF in browser
3. Browse and process your PDFs

Free to Highligh PDF in Browser
For students and workers, highlighting can better help you highlight important details in your study material or working document. Moreover, the user-friendly interface will help you find the highlight feature effortlessly.

Support Comments and Notes on PDF
Are you looking for document collaboration features? Don't miss it. The WPS PDF extension provides comment and draw features that can help you annotate and add ideas, questions, or suggestions to your document.

Explore More Useful Features
-Content search for quickly target specific content
-Comment list allows you to query the status of all comments
-Bookmarking tool to help you quickly jump to the corresponding point
-Download and save important files to local space                    

Informations de Base sur l'Extension

Nom WPS PDF: Read and Comment PDF files WPS PDF: Read and Comment PDF files
ID kdpelmjpfafjppnhbloffcjpeomlnpah
URL Officiel https://chromewebstore.google.com/detail/wps-pdf-read-and-comment/kdpelmjpfafjppnhbloffcjpeomlnpah
Description WPS PDF extension allows you to effortlessly view, annotate, and comment on PDF documents anytime, anywhere.
Taille du Fichier 5.68 MB
Nombre d'Installations 20,000
Version Actuelle 1.0.0.9
Dernière Mise à Jour 2024-03-06
Date de Publication 2024-01-03
Évaluation 5.00/5 Total 8 Évaluations
Développeur www.wps.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.wps.cpm
URL de la Page de Politique de Confidentialité https://www.wps.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WPS PDF: Read and Comment PDF files",
    "version": "1.0.0.9",
    "description": "WPS PDF extension allows you to effortlessly view, annotate, and comment on PDF documents anytime, anywhere.",
    "action": {
        "default_popup": "index.html#\/popup"
    },
    "icons": {
        "16": "icons\/pdf16.png",
        "48": "icons\/pdf48.png",
        "128": "icons\/pdf128.png"
    },
    "permissions": [
        "webRequest",
        "storage",
        "tabs",
        "nativeMessaging",
        "declarativeNetRequest",
        "gcm"
    ],
    "optional_permissions": [
        "history",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "index.html#\/options"
}