Google Forms Image Viewer
a tool to allow image files to be viewed on a google form response
Google Forms Image Viewer là gì?
Google Forms Image Viewer là một tiện ích mở rộng Chrome được phát triển bởi alex, và tính năng chính của nó là "a tool to allow image files to be viewed on a google form response".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Forms Image Viewer
Tải xuống các tệp mở rộng Google Forms Image Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Forms Image Viewer |
ID | hfmflfabnobgcjjbfddlackbpjmnpgij |
URL Chính Thức | https://chromewebstore.google.com/detail/google-forms-image-viewer/hfmflfabnobgcjjbfddlackbpjmnpgij |
Mô tả | a tool to allow image files to be viewed on a google form response |
Kích Thước Tệp | 5.58 KB |
Số Lần Cài Đặt | 446 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-04-28 |
Ngày Phát Hành | 2020-04-28 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | alex |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |