Cloud Print
Cloud Print lets you print the good parts of any web page while skipping ads and other junk.!
Cloud Printคืออะไร?
Cloud Print เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cloud-print.dllplayer.com และคุณลักษณะหลักของมันคือ "Cloud Print lets you print the good parts of any web page while skipping ads and other junk.!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloud Print
ดาวน์โหลดไฟล์ส่วนขยาย Cloud Print ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Our FREE Cloud Print will enable you to modify any web page to make it print exactly the way you want. ★ Modify Before Printing Click to delete any content before printing. Remove all images or individual images to save on printer ink. Change the text size from larger to smaller. ★ Print or Save as PDF or HTML Generate PDFs or HTMLs for archiving, sharing, or saving. PDFs and HTMLs will include clickable links, and source URL so you can continue to interact. ★★★ Main Features ★★★ ★ Save Paper and Ink When You Print ★ Remove, Isolate, or resize any part of a web page ★ Change font size and type ★ Remove margins, images, and backgrounds ★ Save as PDF or HTML Modify the web page exactly the way you wish/want before you print it out/save as a PDF file.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cloud Print |
ID | bhcafamaagaonkhnbnnjjfekddfllpgc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cloud-print/bhcafamaagaonkhnbnnjjfekddfllpgc |
คำอธิบาย | Cloud Print lets you print the good parts of any web page while skipping ads and other junk.! |
ขนาดไฟล์ | 243 KB |
จำนวนการติดตั้ง | 10,857 |
เวอร์ชันปัจจุบัน | 3.0.1 |
อัปเดตครั้งล่าสุด | 2023-10-31 |
วันที่เผยแพร่ | 2020-07-30 |
คะแนน | 3.40/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | https://cloud-print.dllplayer.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://cloud-print.dllplayer.com |
URL หน้าช่วยเหลือ | https://cloud-print.dllplayer.com/help |
ภาษาที่รองรับ | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_app_name__", "description": "__MSG_app_description__", "short_name": "cloud print", "container": [ "GOOGLE_DRIVE" ], "version": "3.0.1", "default_locale": "en", "offline_enabled": true, "icons": { "16": "img\/icon16.png", "38": "img\/icon38.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "\/js\/worker.js" }, "action": { "default_title": "__MSG_app_name__", "default_icon": "img\/icon.png" }, "web_accessible_resources": [ { "resources": [ "toolbar\/toolbar.js", "toolbar\/toolbar-toggle.js" ], "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/cloud-print.dllplayer.com\/" } |