Print this frame

You can print only the selected frame in frameset HTML page.

What is Print this frame?

Print this frame is a Chrome extension developed by リュウド株式会社, and its main feature is "You can print only the selected frame in frameset HTML page.".

Extension Screenshots

screenshot

Download Print this frame Extension CRX File

Download Print this frame extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        You will see the [Print this frame...] on the context menu by right-clickking in the frame of the page that uses .
By selecting the menu item, you can print only the contents of the frame.

This command does not reload the contents of the frame. You can also use this function for the contents received HTTP-POST.                    

Extension Basic Information

Name Print this frame Print this frame
ID fhbgbbhbbembdpcfdfaimpefpknkdoaf
Official URL https://chromewebstore.google.com/detail/print-this-frame/fhbgbbhbbembdpcfdfaimpefpknkdoaf
Description You can print only the selected frame in frameset HTML page.
File Size 16.51 KB
Installation Count 29,337
Current Version 0.3.1
Last Updated 2022-10-12
Publish Date 2019-07-04
Rating 4.27/5 Total 11 Ratings
Developer リュウド株式会社
Email [email protected]
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.3.1",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ]
}