pageTrap - Convert URLs to PDFs or Images
The Chrome plugin for pageTrap.com. A webservice for converting URLs and HTML to PDF or Image files.
ما هو pageTrap - Convert URLs to PDFs or Images؟
pageTrap - Convert URLs to PDFs or Images هو إضافة Chrome تم تطويرها بواسطة https://pagetrap.com، والميزة الرئيسية لها هي "The Chrome plugin for pageTrap.com. A webservice for converting URLs and HTML to PDF or Image files.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة pageTrap - Convert URLs to PDFs or Images
قم بتنزيل ملفات الامتداد pageTrap - Convert URLs to PDFs or Images بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The pageTrap.com Chrome extension lets you easily convert the current page you're on to an accurately-rendered PDF or a JPG file.
pageTrap.com is an easy-to-use conversion service that powers this extension. The service renders HTML as a PDF or an Image.
The extension works for free but if you become a member at pageTrap.com you will receive 25 free credits that will unlock all features - those features being the removal of the pageTrap logo from the results, and the ability to use many other parameters like: Orientation, Size, Margins, ImageFormat, jQuery selector etc.
If you're a developer checkout our API to take advantage of pageTrap on a large scale. معلومات أساسية عن التمديد
| الاسم | |
| ID | hfiemcjbbibdkggfinmbmfepbbmehomc |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/pagetrap-convert-urls-to/hfiemcjbbibdkggfinmbmfepbbmehomc |
| الوصف | The Chrome plugin for pageTrap.com. A webservice for converting URLs and HTML to PDF or Image files. |
| حجم الملف | 133 KB |
| عدد التثبيتات | 1,609 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2014-01-03 |
| تاريخ النشر | 2014-01-03 |
| تقييم | 3.50/5 مجموع تقييمات 12 |
| المطور | https://pagetrap.com |
| نوع الدفع | free |
| اللغات المدعومة | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "pageTrap - Convert URLs to PDFs or Images",
"short_name": "Generate PDFs or Images",
"description": "The Chrome plugin for pageTrap.com. A webservice for converting URLs and HTML to PDF or Image files.",
"version": "1.2",
"permissions": [
"https:\/\/pagetrap.com\/",
"http:\/\/pagetrap.com\/",
"downloads",
"cookies",
"tabs"
],
"browser_action": {
"default_icon": "icon19.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"jquery.min.js",
"background.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |