Print This Frame!

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

Print This Frame!란 무엇입니까?

Print This Frame!은(는) http://danfischbach.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right-click -> Print this frame... -> :-)"입니다.

Print This Frame! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Print This Frame! Print This Frame!
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",
        ""
    ]
}