Print this frame

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

什么是Print this frame?

Print this frame是由リュウド株式会社开发的Chrome扩展程序,该扩展的主要功能是“You can print only the selected frame in frameset HTML page.”。

扩展截图

screenshot

下载Print this frame扩展crx文件

下载Print this frame扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Print this frame Print this frame
ID fhbgbbhbbembdpcfdfaimpefpknkdoaf
官方URL https://chromewebstore.google.com/detail/print-this-frame/fhbgbbhbbembdpcfdfaimpefpknkdoaf
简介 You can print only the selected frame in frameset HTML page.
文件大小 16.51 KB
安装次数 29,337
当前版本 0.3.1
更新时间 2022-10-12
上架时间 2019-07-04
评分 4.27/5 共11次评分
开发者 リュウド株式会社
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}