Print Google Doc with Comments
Print Google Doc with Comments
什么是Print Google Doc with Comments?
Print Google Doc with Comments是由theclassisflat开发的Chrome扩展程序,该扩展的主要功能是“Print Google Doc with Comments”。
扩展截图
下载Print Google Doc with Comments扩展crx文件
下载Print Google Doc with Comments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | cohkclffagpcbnkiobagmipplkpoagbg |
官方URL | https://chrome.google.com/webstore/detail/print-google-doc-with-com/cohkclffagpcbnkiobagmipplkpoagbg |
简介 | Print Google Doc with Comments |
文件大小 | 754 KB |
安装次数 | 10,000 |
当前版本 | 1.2.0 |
更新时间 | 2017-02-12 |
上架时间 | 2017-02-12 |
评分 | 1.85/5 共41次评分 |
开发者 | theclassisflat |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |