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