Print this frame

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

Print this frame là gì?

Print this frame là một tiện ích mở rộng Chrome được phát triển bởi リュウド株式会社, và tính năng chính của nó là "You can print only the selected frame in frameset HTML page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Print this frame

Tải xuống các tệp mở rộng Print this frame dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Print this frame Print this frame
ID fhbgbbhbbembdpcfdfaimpefpknkdoaf
URL Chính Thức https://chromewebstore.google.com/detail/print-this-frame/fhbgbbhbbembdpcfdfaimpefpknkdoaf
Mô tả You can print only the selected frame in frameset HTML page.
Kích Thước Tệp 16.51 KB
Số Lần Cài Đặt 29,337
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2022-10-12
Ngày Phát Hành 2019-07-04
Đánh Giá 4.27/5 Tổng số 11 Đánh Giá
Nhà Phát Triển リュウド株式会社
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}