Google document with comments printer

Assists to print Google document with comments

Google document with comments printer란 무엇입니까?

Google document with comments printer은(는) Muthukumaran Navaneethakrishnan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Assists to print Google document with comments"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Google document with comments printer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        By Default printing a google document , does not print comments, With this extension you can print google document with comments or comments alone as well

A line may be denoted between highlighted text and comments.

 However in some cases, Only the text will be highlighted and comment will be shown adjacent

do drop a note if something went wrong
      https://www.facebook.com/Googledoccommentprint-180753309113767/

Version 1.4
      Rewritten Comments logic as google doc has changed
      Added video
      

Version 1.3
      Comments placed as lines rather than background
      Multiple page comment issues fixed.
      


Version 1.2
      Comments placed on background on the highlighted text rather than lines
      Multiple page comment issues fixed.


Version 1.0
    Initialized with lines                    

확장 프로그램 기본 정보

이름 Google document with comments printer Google document with comments printer
ID kknliojomgehdkodlgnjhobomjojcpai
공식 URL https://chrome.google.com/webstore/detail/google-document-with-comm/kknliojomgehdkodlgnjhobomjojcpai
설명 Assists to print Google document with comments
파일 크기 1.06 MB
설치 횟수 6,693
현재 버전 1.4.0
최근 업데이트 2017-12-27
출시 날짜 2017-12-27
평점 2.89/5 총 18 개의 평점
개발자 Muthukumaran Navaneethakrishnan
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://deemwar.com/chrome-extn-privacypolicy.htm
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Muthukumaran Navaneethakrishnan(https:\/\/github.com\/muthuishere)",
    "background": {
        "scripts": [
            "js\/global.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Assists to print Google document with comments",
    "icons": {
        "128": "images\/google-doc-print-128.png",
        "48": "images\/google-doc-print-48.png",
        "64": "images\/google-doc-print-64.png"
    },
    "manifest_version": 2,
    "name": "Google document with comments printer",
    "options_page": "faq\/index.html",
    "browser_action": {
        "default_title": "Print Google document with comments",
        "default_icon": "images\/google-doc-print-19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "declarativeContent",
        "storage",
        "notifications",
        "https:\/\/*\/*"
    ],
    "short_name": "google-doc-comment-print",
    "version": "1.4.0",
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.svg",
        "faq\/images\/*.png",
        "js\/*"
    ]
}