Fine Print
Chrome Extension for Improving Printed Version of Popular Online Websites
Fine Printคืออะไร?
Fine Print เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nizar และคุณลักษณะหลักของมันคือ "Chrome Extension for Improving Printed Version of Popular Online Websites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fine Print
ดาวน์โหลดไฟล์ส่วนขยาย Fine Print ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Most websites do not have a good printable PDF version. In other words, when you try to print their pages, they have images that are cut between two pages. In addition, some websites show their footers, sidebars, or even ads in their PDF printable versions. This chrome extension makes the printable versions of those PDFs much nicer for popular websites. In addition, it is open sourced for people to be able to contribute to making other websites they frequently print or save as PDF much nicer. All you have to do is install the extension, and it will make supported websites look better when being printed, automatically. ( ; So if a website is supported, its Print Preview will look better than usual! If it isn't supported, and you'd like us to support it; kindly check the GitHub link in the bottom to raise an Issue requesting a website to be supported! Currently Supported Websites: - Medium websites If you wish to contribute, kindly go to : https://github.com/nizarmah/fineprint ( :
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fine Print |
ID | haplmldmmjboafjpelboplllnofkhcaj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fine-print/haplmldmmjboafjpelboplllnofkhcaj |
คำอธิบาย | Chrome Extension for Improving Printed Version of Popular Online Websites |
ขนาดไฟล์ | 24.56 KB |
จำนวนการติดตั้ง | 256 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2020-12-23 |
วันที่เผยแพร่ | 2020-04-11 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Nizar |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/nizarmah/fineprint |
URL หน้าช่วยเหลือ | https://github.com/nizarmah/fineprint |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fine Print", "short_name": "Fine Print", "description": "Chrome Extension for Improving Printed Version of Popular Online Websites", "version": "1.1.0", "icons": { "128": "icon\/default.png" }, "background": { "scripts": [ "validator.js", "page_rules.js", "background.js" ], "persistent": false }, "web_accessible_resources": [ "css\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ " |