Print Google Doc with Comments
Print Google Doc with Comments
Print Google Doc with Comments là gì?
Print Google Doc with Comments là một tiện ích mở rộng Chrome được phát triển bởi theclassisflat, và tính năng chính của nó là "Print Google Doc with Comments".
Ả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 Print Google Doc with Comments
Tải xuống các tệp mở rộng Print Google Doc with Comments 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
This extension was developed by a teacher for teachers. Showing a student's progress is important when reflecting on a multi-draft assignment. This extension does just what it is titled to do. Teachers -- or anyone -- who would like to print a Google Doc with comments directly from the browser can now do so easily. No longer will you need to download a Google Doc as either an HTML file or a .docx to print.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cohkclffagpcbnkiobagmipplkpoagbg |
URL Chính Thức | https://chrome.google.com/webstore/detail/print-google-doc-with-com/cohkclffagpcbnkiobagmipplkpoagbg |
Mô tả | Print Google Doc with Comments |
Kích Thước Tệp | 754 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2017-02-12 |
Ngày Phát Hành | 2017-02-12 |
Đánh Giá | 1.85/5 Tổng số 41 Đánh Giá |
Nhà Phát Triển | theclassisflat |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Muthukumaran Navaneethakrishnan(https:\/\/github.com\/muthuishere)", "background": { "scripts": [ "scripts\/global.js" ] }, "description": "Print Google Doc with Comments", "icons": { "128": "images\/google-doc-print-128.png", "48": "images\/google-doc-print-48.png", "64": "images\/google-doc-print-64.png" }, "page_action": { "default_icon": "images\/google-doc-print-19.png", "default_title": "Print Google Doc with Comments" }, "manifest_version": 2, "name": "Print Google Doc with Comments", "options_page": "faq\/index.html", "permissions": [ "tabs", "declarativeContent", "notifications", "https:\/\/*\/*" ], "short_name": "google-doc-print", "version": "1.2.0", "web_accessible_resources": [ "images\/*.png", "images\/*.svg", "faq\/images\/*.png", "donate.html" ] } |