Google document with comments printer

Assists to print Google document with comments

Google document with comments printerคืออะไร?

Google document with comments printer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Muthukumaran Navaneethakrishnan และคุณลักษณะหลักของมันคือ "Assists to print Google document with comments"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google document with comments printer

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

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

                        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\/*"
    ]
}