Print Google Doc with Comments
Print Google Doc with Comments
Vad är Print Google Doc with Comments?
Print Google Doc with Comments är en Chrome-tillägg utvecklad av theclassisflat, och dess huvudfunktion är "Print Google Doc with Comments".
Tilläggsskärmbilder
Ladda ner Print Google Doc with Comments-förlängningens CRX-fil
Ladda ner Print Google Doc with Comments-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | cohkclffagpcbnkiobagmipplkpoagbg |
Officiell webbadress | https://chrome.google.com/webstore/detail/print-google-doc-with-com/cohkclffagpcbnkiobagmipplkpoagbg |
Beskrivning | Print Google Doc with Comments |
Filstorlek | 754 KB |
Antal Installationer | 10,000 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2017-02-12 |
Publiceringsdatum | 2017-02-12 |
Betyg | 1.85/5 Totalt 41 Betyg |
Utvecklare | theclassisflat |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |