Google document with comments printer

Assists to print Google document with comments

Google document with comments printer क्या है?

Google document with comments printer Muthukumaran Navaneethakrishnan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Assists to print Google document with comments"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google document with comments printer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}