Google Forms Image Viewer
a tool to allow image files to be viewed on a google form response
Google Forms Image Viewerคืออะไร?
Google Forms Image Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alex และคุณลักษณะหลักของมันคือ "a tool to allow image files to be viewed on a google form response"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Forms Image Viewer
ดาวน์โหลดไฟล์ส่วนขยาย Google Forms Image Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use this tool to render images on your Google forms (like signatures) when you go to print them. When there is a File Upload field in the form, navigate to an Individual response. Click the extension icon and scan for images. If any are found, you'll see them and can print using the Print button.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Forms Image Viewer |
ID | hfmflfabnobgcjjbfddlackbpjmnpgij |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-forms-image-viewer/hfmflfabnobgcjjbfddlackbpjmnpgij |
คำอธิบาย | a tool to allow image files to be viewed on a google form response |
ขนาดไฟล์ | 5.58 KB |
จำนวนการติดตั้ง | 446 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-04-28 |
วันที่เผยแพร่ | 2020-04-28 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | alex |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Forms Image Viewer", "version": "1.0", "description": "a tool to allow image files to be viewed on a google form response", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/*" ], "js": [ "content.js" ], "css": [ "printing.css" ], "run_at": "document_end" } ], "browser_action": { "default_popup": "popup.html" } } |