Printet
Printet allows you to convert web pages to PDF.
Printetคืออะไร?
Printet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://printet.io และคุณลักษณะหลักของมันคือ "Printet allows you to convert web pages to PDF."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Printet
ดาวน์โหลดไฟล์ส่วนขยาย Printet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Printet is an online service and Web API which allow you to convert HTML pages to PDF. Printet chrome plugin lets you convert any web page to a PDF file and either download the file or push it to your Dropbox account. Sign up now for a free account at https://printet.io and start converting HTML pages to PDF. Once you register, go to profile page and copy your API key to plugin option page. If you want to push PDF files to your Dropbox account, just associate it with your Printet account from Profile/Connected Accounts
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Printet |
ID | pgdflgdejgmnlhdgmcbhabmdbdanaiga |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/printet/pgdflgdejgmnlhdgmcbhabmdbdanaiga |
คำอธิบาย | Printet allows you to convert web pages to PDF. |
ขนาดไฟล์ | 74.38 KB |
จำนวนการติดตั้ง | 88 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2013-12-31 |
วันที่เผยแพร่ | 2013-12-30 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://printet.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://printet.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Printet", "description": "Printet allows you to convert web pages to PDF.", "version": "1.0.1", "icons": { "128": "logo128x128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications", "downloads", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Print this page", "default_icon": "icon.png" }, "options_page": "options.html" } |