3D Screenshot
Take a 3D screenshot of any website!
3D Screenshotคืออะไร?
3D Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://niko109.com และคุณลักษณะหลักของมันคือ "Take a 3D screenshot of any website!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 3D Screenshot
ดาวน์โหลดไฟล์ส่วนขยาย 3D Screenshot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Takes a simple 3D screenshot of any website (http or https) using HTML5 canvas technology Works on any file chrome can render, including images and pdfs --------------------------- New Update! v2.0 -Much faster -50% smaller file size -Works with all file types -Works on chrome pages -Works offline
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bfjibbijllibmbphdpkhhkfghimpabfe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/3d-screenshot/bfjibbijllibmbphdpkhhkfghimpabfe |
คำอธิบาย | Take a 3D screenshot of any website! |
ขนาดไฟล์ | 253 KB |
จำนวนการติดตั้ง | 336 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2015-07-01 |
วันที่เผยแพร่ | 2015-07-01 |
คะแนน | 4.75/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | http://niko109.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://niko109.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Nick Schauer", "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "description": "Take a 3D screenshot of any website!", "homepage_url": "http:\/\/niko109.com", "manifest_version": 2, "name": "3D Screenshot", "offline_enabled": true, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "activeTab" ], "short_name": "3DScreenshot", "version": "2.0.1" } |