Print Google Doc with Comments

Print Google Doc with Comments

¿Qué es Print Google Doc with Comments?

Print Google Doc with Comments es una extensión de Chrome desarrollada por theclassisflat, y su función principal es "Print Google Doc with Comments".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Print Google Doc with Comments

Descarga archivos de extensión Print Google Doc with Comments en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Print Google Doc with Comments Print Google Doc with Comments
ID cohkclffagpcbnkiobagmipplkpoagbg
URL Oficial https://chrome.google.com/webstore/detail/print-google-doc-with-com/cohkclffagpcbnkiobagmipplkpoagbg
Descripción Print Google Doc with Comments
Tamaño del Archivo 754 KB
Cantidad de Instalaciones 10,000
Versión Actual 1.2.0
Última Actualización 2017-02-12
Fecha de Publicación 2017-02-12
Calificación 1.85/5 Total de 41 Calificaciones
Desarrollador theclassisflat
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}