Print Extension

Prints Pages in Chrome

What is Print Extension?

Print Extension is a Chrome extension developed by http://blog.m1cr0sux0r.com, and its main feature is "Prints Pages in Chrome".

Extension Screenshots

screenshot

Download Print Extension Extension CRX File

Download Print Extension 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

                        This Extension allows you to print the currently displayed Web Page. Although this may seem silly, I needed to have this ability in Chrome and so I created it! I just got sick of hitting CTRL+P! 

UPDATE: 02/03/2011 Version 6: fixed auto-prompt when opening new tab bug and added the ability to only print selected text. 

UPDATE: 08/24/2012 Version 7: Modified to support upcoming versions of Chrome.

UPDATE: 03/04/2016 added in app payment to allow users to show their appreciation.                    

Extension Basic Information

Name Print Extension Print Extension
ID bpkeigdcgenbnkhgepkihlgfabkhdong
Official URL https://chrome.google.com/webstore/detail/print-extension/bpkeigdcgenbnkhgepkihlgfabkhdong
Description Prints Pages in Chrome
File Size 20.76 KB
Installation Count 20,000
Current Version 7.1
Last Updated 2016-03-04
Publish Date 2016-03-04
Rating 2.86/5 Total 98 Ratings
Developer http://blog.m1cr0sux0r.com
Payment Type free
Extension Website http://m1cr0sux0r.com/blog
Help Page URL http://m1cr0sux0r.com/blog
Supported Languages en
manifest.json
{
    "name": "Print Extension",
    "version": "7.1",
    "manifest_version": 2,
    "description": "Prints Pages in Chrome",
    "icons": {
        "128": "printer128.png",
        "16": "printer16.png",
        "32": "printer32.png",
        "48": "printer48.png"
    },
    "browser_action": {
        "default_icon": "printer48.png",
        "default_title": "Print This Page"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "http:\/\/blog.m1cr0sux0r.com\/",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}