Right PDF
Convert a web page to PDF
ما هو Right PDF؟
Right PDF هو إضافة Chrome تم تطويرها بواسطة ZEON Corporation، والميزة الرئيسية لها هي "Convert a web page to PDF".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Right PDF
قم بتنزيل ملفات الامتداد Right PDF بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.rightpdf.com |
| عنوان صفحة المساعدة | 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
} | |