Simple Print
Convert web articles into printable PDFs
Simple Printคืออะไร?
Simple Print เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fivefilters.org และคุณลักษณะหลักของมันคือ "Convert web articles into printable PDFs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Print
ดาวน์โหลดไฟล์ส่วนขยาย Simple Print ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple Print |
ID | nalmbmopkipfhijmcncelapgbkgoligf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-print/nalmbmopkipfhijmcncelapgbkgoligf |
คำอธิบาย | Convert web articles into printable PDFs |
ขนาดไฟล์ | 9.18 KB |
จำนวนการติดตั้ง | 2,603 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-09-04 |
วันที่เผยแพร่ | 2018-09-04 |
คะแนน | 4.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://fivefilters.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://pdf.fivefilters.org/simple-print/ |
URL หน้าช่วยเหลือ | http://help.fivefilters.org |
URL หน้านโยบายความเป็นส่วนตัว | https://help.fivefilters.org/push-to-kindle/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Print", "version": "1.2", "manifest_version": 2, "description": "Convert web articles into printable PDFs", "homepage_url": "https:\/\/pdf.fivefilters.org\/simple-print\/", "browser_action": { "default_title": "Simple Print", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+P" } } }, "options_ui": { "page": "options.html", "open_in_tab": true } } |