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 レビュー
開発者 リュウド株式会社
Eメール [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"
    ]
}