PrintEco
Print this page with PrintEco
PrintEcoคืออะไร?
PrintEco เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.printecosoftware.com และคุณลักษณะหลักของมันคือ "Print this page with PrintEco"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PrintEco
ดาวน์โหลดไฟล์ส่วนขยาย PrintEco ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
PrintEco helps you reduce your printing costs and carbon footprint by cleaning up your documents before you print them.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nbjelljbilbfjjolijmojaflnendjfem |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/printeco/nbjelljbilbfjjolijmojaflnendjfem |
คำอธิบาย | Print this page with PrintEco |
ขนาดไฟล์ | 76.61 KB |
จำนวนการติดตั้ง | 701 |
เวอร์ชันปัจจุบัน | 0.2.5.0 |
อัปเดตครั้งล่าสุด | 2013-09-17 |
วันที่เผยแพร่ | 2013-09-17 |
คะแนน | 2.92/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | http://www.printecosoftware.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "0.2.5.0", "manifest_version": 2, "description": "__MSG_extDescr__", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icon48.png" }, "permissions": [ "tabs", "management", "cookies", "*:\/\/*.printecosoftware.com\/" ], "browser_action": { "default_name": "PrintEco optimize", "default_title": "__MSG_extDescr__", "default_icon": "icon48.png", "popup": "" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "printeco.js", "jquery\/jquery-1.7.2.min.js", "jquery\/jquery.waitforimages.js", "jquery\/jquery.event.drag-2.2.js", "jquery\/jquery.event.drop-2.2.js", "content.js" ], "css": [ "PrintEco.css" ] } ], "default_locale": "en", "web_accessible_resources": [ "PrintEco.css", "images\/*", "modal.html" ], "homepage_url": "http:\/\/www.printecosoftware.com" } |