Right PDF
Convert a web page to PDF
¿Qué es Right PDF?
Right PDF es una extensión de Chrome desarrollada por ZEON Corporation, y su función principal es "Convert a web page to PDF".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Right PDF
Descarga archivos de extensión Right PDF en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
A tool to convert web pages to PDF. *This Right PDF extension only works if Right PDF Pro/Converter 6 or a higher version is installed on your computer. It functions only in a Windows environment. ◎ Quick conversion: just right-click a link and select to convert link target to PDF, or append to PDF. ◎ Converter features: - Web pages to PDF - Append web page to PDF - Convert web page and send as email attachment - Convert current webpage and send to supported DMS - Layout settings provide page size and orientation options
Información Básica de la Extensión
Nombre | |
ID | hnippoceddhgemkfdlbmfhmadmfknfcm |
URL Oficial | https://chromewebstore.google.com/detail/right-pdf/hnippoceddhgemkfdlbmfhmadmfknfcm |
Descripción | Convert a web page to PDF |
Tamaño del Archivo | 29.86 KB |
Cantidad de Instalaciones | 131 |
Versión Actual | 1.0.0.7 |
Última Actualización | 2022-05-23 |
Fecha de Publicación | 2022-05-22 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | ZEON Corporation |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.rightpdf.com |
URL de la Página de Ayuda | https://support.rightpdf.com |
Idiomas Soportados | en,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "default_locale": "en", "name": "__MSG_web2pdfExtnName__", "description": "__MSG_web2pdfExtnDescription__", "background": { "service_worker": "background.js" }, "action": { "default_icon": "skin\/action_disabled_19x19.png", "default_title": "__MSG_web2pdfBrowserActionToolTip__" }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "permissions": [ "contextMenus", "nativeMessaging", "tabs", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "skin\/logo_16x16.png", "48": "skin\/logo_48x48.png", "128": "skin\/logo_128x128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.7", "manifest_version": 3 } |