Print

Print your current page.

What is Print?

Print is a Chrome extension developed by cros-mgmt-eng, and its main feature is "Print your current page.".

Extension Screenshots

screenshot

Download Print Extension CRX File

Download Print extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds a shortcut to print your page.

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

Extension Basic Information

Name Print Print
ID ngjnkanfphagcaokhjecbgkboelgfcnf
Official URL https://chromewebstore.google.com/detail/print/ngjnkanfphagcaokhjecbgkboelgfcnf
Description Print your current page.
File Size 5.69 KB
Installation Count 7,878
Current Version 1.0.1
Last Updated 2015-08-25
Publish Date 2015-08-25
Rating 5.00/5 Total 1 Ratings
Developer cros-mgmt-eng
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Print",
    "version": "1.0.1",
    "description": "Print your current page.",
    "icons": {
        "72": "icon_black.png"
    },
    "browser_action": {
        "default_title": "Print",
        "default_icon": "icon_black.png"
    },
    "background": {
        "page": "print.html",
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}