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ファイルをダウンロード

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                    

拡張機能の基本情報

名前 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
Eメール [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",
        ""
    ]
}