Page Screen Capture
Page Screen Capture can take a screenshot from webpages. Fast and simple!
Page Screen Captureคืออะไร?
Page Screen Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Video Downloader & Useful Tools และคุณลักษณะหลักของมันคือ "Page Screen Capture can take a screenshot from webpages. Fast and simple!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page Screen Capture
ดาวน์โหลดไฟล์ส่วนขยาย Page Screen Capture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Page Screen Capture app takes a screenshot from current websites. Fast and simple page screenshots. HOW IT WORKS • Right-click on the current web page. • Click to 'Page Screen Capture' in the context menu. • Saving a JPG image to your hard disk.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jhmboajcpbkdbabknkiplgjjddnfglai |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/page-screen-capture/jhmboajcpbkdbabknkiplgjjddnfglai |
คำอธิบาย | Page Screen Capture can take a screenshot from webpages. Fast and simple! |
ขนาดไฟล์ | 85.64 KB |
จำนวนการติดตั้ง | 1,456 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2023-01-19 |
วันที่เผยแพร่ | 2018-05-17 |
คะแนน | 3.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Video Downloader & Useful Tools |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.smart-finder.net/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1.1", "name": "Page Screen Capture", "description": "Page Screen Capture can take a screenshot from webpages. Fast and simple!", "background": { "scripts": [ "js\/jquery.js", "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "activeTab", "contextMenus", "downloads" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |