WPS PDF

WPS PDF 浏览器插件

Wat is WPS PDF?

WPS PDF is een Chrome-extensie ontwikkeld door 金山PDF, en de belangrijkste functie is "WPS PDF 浏览器插件".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie WPS PDF

Download WPS PDF-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        浏览器阅读PDF文件时,提供PDF文件格式转换以及压缩文件功能                    

Basisinformatie over de Extensie

Naam WPS PDF WPS PDF
ID jmgachdehdopodlhijkkjfdamapodpmm
Officiële URL https://chromewebstore.google.com/detail/wps-pdf/jmgachdehdopodlhijkkjfdamapodpmm
Beschrijving WPS PDF 浏览器插件
Bestandsgrootte 35.92 KB
Aantal Installaties 2,468
Huidige Versie 11.2.1
Laatst Bijgewerkt 2021-04-22
Publicatiedatum 2021-04-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar 金山PDF
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://wpspdf.cn/
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WPS PDF",
    "version": "11.2.1",
    "description": "WPS PDF \u6d4f\u89c8\u5668\u63d2\u4ef6",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/\/*.pdf",
                "file:\/\/\/*.Pdf",
                "file:\/\/\/*.pDf",
                "file:\/\/\/*.pdF",
                "file:\/\/\/*.pDF",
                "file:\/\/\/*.PdF",
                "file:\/\/\/*.PDf",
                "file:\/\/\/*.PDF",
                "http:\/\/*\/*.pdf",
                "http:\/\/*\/*.Pdf",
                "http:\/\/*\/*.pDf",
                "http:\/\/*\/*.pdF",
                "http:\/\/*\/*.pDF",
                "http:\/\/*\/*.PdF",
                "http:\/\/*\/*.PDf",
                "http:\/\/*\/*.PDF",
                "https:\/\/*\/*.pdf",
                "https:\/\/*\/*.Pdf",
                "https:\/\/*\/*.pDf",
                "https:\/\/*\/*.pdF",
                "https:\/\/*\/*.pDF",
                "https:\/\/*\/*.PdF",
                "https:\/\/*\/*.PDf",
                "https:\/\/*\/*.PDF"
            ],
            "js": [
                "js\/floatwindow.js"
            ],
            "css": [
                "css\/floatwindow.css"
            ]
        }
    ],
    "homepage_url": "https:\/\/pdf.wps.cn?from=html_toolmenu",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "img\/*.svg"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/wpspdf_16.png",
            "32": "img\/wpspdf_32.png",
            "48": "img\/wpspdf_48.png",
            "128": "img\/wpspdf_128.png"
        }
    },
    "icons": {
        "16": "img\/wpspdf_16.png",
        "32": "img\/wpspdf_32.png",
        "48": "img\/wpspdf_48.png",
        "128": "img\/wpspdf_128.png"
    },
    "manifest_version": 2
}