Print This Frame!

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

Print This Frame! क्या है?

Print This Frame! http://danfischbach.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right-click -> Print this frame... -> :-)"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Print This Frame! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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",
        ""
    ]
}