Print Google Doc with Comments
Print Google Doc with Comments
Print Google Doc with Comments란 무엇입니까?
Print Google Doc with Comments은(는) theclassisflat에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Print Google Doc with Comments"입니다.
확장 프로그램 스크린샷
Print Google Doc with Comments 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | cohkclffagpcbnkiobagmipplkpoagbg |
공식 URL | https://chrome.google.com/webstore/detail/print-google-doc-with-com/cohkclffagpcbnkiobagmipplkpoagbg |
설명 | Print Google Doc with Comments |
파일 크기 | 754 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2017-02-12 |
출시 날짜 | 2017-02-12 |
평점 | 1.85/5 총 41 개의 평점 |
개발자 | theclassisflat |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" ] } |