Print Google Doc with Comments

Print Google Doc with Comments

Print Google Doc with Commentsคืออะไร?

Print Google Doc with Comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย theclassisflat และคุณลักษณะหลักของมันคือ "Print Google Doc with Comments"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Print Google Doc with Comments

ดาวน์โหลดไฟล์ส่วนขยาย Print Google Doc with Comments ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}