Print Google Doc with Comments

Print Google Doc with Comments

What is Print Google Doc with Comments?

Print Google Doc with Comments is a Chrome extension developed by theclassisflat, and its main feature is "Print Google Doc with Comments".

Extension Screenshots

screenshot

Download Print Google Doc with Comments Extension CRX File

Download Print Google Doc with Comments extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Print Google Doc with Comments Print Google Doc with Comments
ID cohkclffagpcbnkiobagmipplkpoagbg
Official URL https://chrome.google.com/webstore/detail/print-google-doc-with-com/cohkclffagpcbnkiobagmipplkpoagbg
Description Print Google Doc with Comments
File Size 754 KB
Installation Count 10,000
Current Version 1.2.0
Last Updated 2017-02-12
Publish Date 2017-02-12
Rating 1.85/5 Total 41 Ratings
Developer theclassisflat
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}