PDF.Live - tools for pdf viewer

PDF.Live extension provides quick links on browser PDF Viewer to sign, edit or save PDF files in other formats.

什么是PDF.Live - tools for pdf viewer?

PDF.Live - tools for pdf viewer是由pdflive开发的Chrome扩展程序,该扩展的主要功能是“PDF.Live extension provides quick links on browser PDF Viewer to sign, edit or save PDF files in other formats.”。

扩展截图

screenshot
screenshot
screenshot

下载PDF.Live - tools for pdf viewer扩展crx文件

下载PDF.Live - tools for pdf viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Do more in Google Chrome with PDF.Live tools. 

This extension inserts the content in default PDF viewer and modify the PDF viewer to insert shortcuts for tools to sign, convert, merge, compress, and edit PDF files. 

Please note that the purpose of the extension is to insert these shortcuts on the browser PDF viewer. In order to sign, convert, edit, etc the PDF file needs to be opened in PDF.live viewer. This extension automates this for users when user click on these shortcuts in viewer to open PDF file in the PDF.Live viewer. 

HOW TO USE THE PDF.Live CHROME EXTENSION
1. Install the PDF.Live extension for Chrome.
2. Pin the extension for quick access.
3. Open any PDF in your browser.
4. Select an PDF.Live tool.

By installing this extension, you agree to the Terms of Service (https://pdf.live/tos) and Privacy Policy (https://pdf.live/privacy)                    

扩展基本信息

名称 PDF.Live - tools for pdf viewer PDF.Live - tools for pdf viewer
ID klomicdickddommelapkjncgopeealnd
官方URL https://chrome.google.com/webstore/detail/pdflive-tools-for-pdf-vie/klomicdickddommelapkjncgopeealnd
简介 PDF.Live extension provides quick links on browser PDF Viewer to sign, edit or save PDF files in other formats.
文件大小 67.11 KB
安装次数 1,153
当前版本 1.23.925
更新时间 2023-09-29
上架时间 2022-06-12
开发者 pdflive
电子邮箱 [email protected]
扩展官网 https://pdf.live
隐私政策页面URL https://pdf.live/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDF.Live - tools for pdf viewer",
    "short_name": "PDFLive",
    "description": "PDF.Live extension provides quick links on browser PDF Viewer to sign, edit or save PDF files in other formats.",
    "version": "1.23.925",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "PDF Live"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "declarativeNetRequest",
        "scripting",
        "alarms"
    ],
    "manifest_version": 3
}