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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Print this frame

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}