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 |
| 公式URL | 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 |
| Eメール | [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
} | |