Print Google Doc with Comments
Print Google Doc with Comments
Wat is Print Google Doc with Comments?
Print Google Doc with Comments is een Chrome-extensie ontwikkeld door theclassisflat, en de belangrijkste functie is "Print Google Doc with Comments".
Extensie Screenshots
Download het CRX-bestand van de extensie Print Google Doc with Comments
Download Print Google Doc with Comments-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cohkclffagpcbnkiobagmipplkpoagbg |
Officiële URL | https://chrome.google.com/webstore/detail/print-google-doc-with-com/cohkclffagpcbnkiobagmipplkpoagbg |
Beschrijving | Print Google Doc with Comments |
Bestandsgrootte | 754 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2017-02-12 |
Publicatiedatum | 2017-02-12 |
Beoordeling | 1.85/5 Totaal 41 Beoordelingen |
Ontwikkelaar | theclassisflat |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |