WPS PDF

WPS PDF 浏览器插件

What is WPS PDF?

WPS PDF is a Chrome extension developed by 金山PDF, and its main feature is "WPS PDF 浏览器插件".

Extension Screenshots

screenshot
screenshot
screenshot

Download WPS PDF Extension CRX File

Download WPS PDF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name WPS PDF WPS PDF
ID jmgachdehdopodlhijkkjfdamapodpmm
Official URL https://chromewebstore.google.com/detail/wps-pdf/jmgachdehdopodlhijkkjfdamapodpmm
Description WPS PDF 浏览器插件
File Size 35.92 KB
Installation Count 2,468
Current Version 11.2.1
Last Updated 2021-04-22
Publish Date 2021-04-18
Rating 5.00/5 Total 1 Ratings
Developer 金山PDF
Email [email protected]
Payment Type free
Extension Website https://wpspdf.cn/
Supported Languages 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
}