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
官方網址 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",
        ""
    ]
}