Web Screen Capture
A simple tool to Capture your entire web page for future reference
Web Screen Captureคืออะไร?
Web Screen Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xynolabs และคุณลักษณะหลักของมันคือ "A simple tool to Capture your entire web page for future reference"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Screen Capture
ดาวน์โหลดไฟล์ส่วนขยาย Web Screen Capture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WebPrint allows you to take screenshot of entire web page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Web Screen Capture |
ID | dkbdngdafgflbkljoladndlfpjpfball |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/web-screen-capture/dkbdngdafgflbkljoladndlfpjpfball |
คำอธิบาย | A simple tool to Capture your entire web page for future reference |
ขนาดไฟล์ | 166 KB |
จำนวนการติดตั้ง | 7,851 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2015-12-29 |
วันที่เผยแพร่ | 2015-12-29 |
คะแนน | 3.91/5 รวมทั้งหมด 34 คะแนน |
ผู้พัฒนา | xynolabs |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Screen Capture", "version": "0.0.1", "manifest_version": 2, "description": "A simple tool to Capture your entire web page for future reference", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |