WPS PDF

WPS PDF 浏览器插件

Cos'è WPS PDF?

WPS PDF è un'estensione di Chrome sviluppata da 金山PDF, e la sua funzione principale è "WPS PDF 浏览器插件".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WPS PDF

Scarica i file di estensione WPS PDF in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome WPS PDF WPS PDF
ID jmgachdehdopodlhijkkjfdamapodpmm
URL Ufficiale https://chromewebstore.google.com/detail/wps-pdf/jmgachdehdopodlhijkkjfdamapodpmm
Descrizione WPS PDF 浏览器插件
Dimensione del File 35.92 KB
Conteggio Installazioni 2,468
Versione Corrente 11.2.1
Ultimo Aggiornamento 2021-04-22
Data di Pubblicazione 2021-04-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore 金山PDF
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wpspdf.cn/
Lingue Supportate 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
}