Print Google Doc with Comments

Print Google Doc with Comments

Print Google Doc with Commentsとは何ですか?

Print Google Doc with Commentsはtheclassisflatによって開発されたChromeの拡張機能で、その主な機能は「Print Google Doc with Comments」です。

拡張機能のスクリーンショット

screenshot

Print Google Doc with Comments拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}