Print Google Doc with Comments

Print Google Doc with Comments

Print Google Doc with Comments क्या है?

Print Google Doc with Comments theclassisflat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Print Google Doc with Comments"।

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

screenshot

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

crx प्रारूप में Print Google Doc with Comments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Print Google Doc with Comments Print Google Doc with Comments
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"
    ]
}