Print Google Doc with Comments
Print Google Doc with Comments
Was ist Print Google Doc with Comments?
Print Google Doc with Comments ist eine Chrome-Erweiterung, die von theclassisflat entwickelt wurde, und ihr Hauptmerkmal ist "Print Google Doc with Comments".
Erweiterungsscreenshots
Print Google Doc with Comments-Erweiterungs-CRX-Datei herunterladen
Laden Sie Print Google Doc with Comments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | cohkclffagpcbnkiobagmipplkpoagbg |
Offizielle URL | https://chrome.google.com/webstore/detail/print-google-doc-with-com/cohkclffagpcbnkiobagmipplkpoagbg |
Beschreibung | Print Google Doc with Comments |
Dateigröße | 754 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 1.2.0 |
Letztes Update | 2017-02-12 |
Veröffentlichungsdatum | 2017-02-12 |
Bewertung | 1.85/5 Insgesamt 41 Bewertungen |
Entwickler | theclassisflat |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |