Right PDF
Convert a web page to PDF
什麼是Right PDF?
Right PDF是由ZEON Corporation開發的Chrome擴展程式,該擴展的主要功能是“Convert a web page to PDF”。
擴展截圖
下載Right PDF擴展crx文件
下載Right PDF擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | hnippoceddhgemkfdlbmfhmadmfknfcm |
| 官方網址 | https://chromewebstore.google.com/detail/right-pdf/hnippoceddhgemkfdlbmfhmadmfknfcm |
| 簡介 | Convert a web page to PDF |
| 檔案大小 | 29.86 KB |
| 安裝次數 | 131 |
| 目前版本 | 1.0.0.7 |
| 更新時間 | 2022-05-23 |
| 上架時間 | 2022-05-22 |
| 評分 | 1.00/5 共 1 次評分 |
| 開發者 | ZEON Corporation |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.rightpdf.com |
| 說明頁面URL | https://support.rightpdf.com |
| 支援的語言 | 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
} | |