Print This Frame!
Right-click -> Print this frame... -> :-)
Print This Frame!คืออะไร?
Print This Frame! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://danfischbach.com และคุณลักษณะหลักของมันคือ "Right-click -> Print this frame... -> :-)"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Print This Frame!
ดาวน์โหลดไฟล์ส่วนขยาย Print This Frame! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Need to print the contents of a frame? No problem! This handy extension will get the job done. Just right-click on any frame, click "Print this frame...", click Print and BAM! Done. When you close the new tab with the frame you wanted to print, it'll even pop you right back on the tab you were just on (if it still exists) so you don't lose your place in the tab jungle. Changelog: 1.2 - July 29th, 2014 * Reinstated auto-close functionality as it should now work with all versions of Chrome * Cleaned up event listeners 1.1.1 – July 29th, 2014 * Removed the auto-close functionality since this conflicts with the Stable version of Chrome 1.1 – July 24th, 2014 * Restructured code to avoid “callback hell“ * Automatically closed the opened tab upon Print or Cancel 1.0 – July 24th, 2014 * Initial public release
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | bamldpmhndfcingobhmkholjnkioglob |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/print-this-frame/bamldpmhndfcingobhmkholjnkioglob |
คำอธิบาย | Right-click -> Print this frame... -> :-) |
ขนาดไฟล์ | 4.13 KB |
จำนวนการติดตั้ง | 30,000 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2014-07-29 |
วันที่เผยแพร่ | 2014-07-29 |
คะแนน | 3.20/5 รวมทั้งหมด 44 คะแนน |
ผู้พัฒนา | http://danfischbach.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://danfischbach.com/chrome-extension-print-this-frame/ |
URL หน้าช่วยเหลือ | http://danfischbach.com/chrome-extension-print-this-frame/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Print This Frame!", "short_name": "PrintTFrame!", "author": "Dan \"BlindWolf8\" Fischbach", "description": "Right-click -> Print this frame... -> :-)", "version": "1.2", "background": { "scripts": [ "js\/printStuff.js" ], "persistent": false }, "permissions": [ "contextMenus", "tabs", " |