Print This Frame!

Right-click -> Print this frame... -> :-)

Print This Frame! là gì?

Print This Frame! là một tiện ích mở rộng Chrome được phát triển bởi http://danfischbach.com, và tính năng chính của nó là "Right-click -> Print this frame... -> :-)".

Tải xuống tệp CRX của tiện ích mở rộng Print This Frame!

Tải xuống các tệp mở rộng Print This Frame! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Print This Frame! Print This Frame!
ID bamldpmhndfcingobhmkholjnkioglob
URL Chính Thức https://chrome.google.com/webstore/detail/print-this-frame/bamldpmhndfcingobhmkholjnkioglob
Mô tả Right-click -> Print this frame... -> :-)
Kích Thước Tệp 4.13 KB
Số Lần Cài Đặt 30,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2014-07-29
Ngày Phát Hành 2014-07-29
Đánh Giá 3.20/5 Tổng số 44 Đánh Giá
Nhà Phát Triển http://danfischbach.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://danfischbach.com/chrome-extension-print-this-frame/
URL Trang Trợ Giúp http://danfischbach.com/chrome-extension-print-this-frame/
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}