The Printliminator

A simple tool to make websites print better.

What is The Printliminator?

The Printliminator is a Chrome extension developed by Mottie, and its main feature is "A simple tool to make websites print better.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download The Printliminator Extension CRX File

Download The Printliminator 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

                        The Printliminator is a simple tool you can use to make websites print better.

One click to activate, and then click to remove highlighted elements from the page, remove graphics, and apply better print styling.                    

Extension Basic Information

Name The Printliminator The Printliminator
ID nklechikgnfoonbfmcalddjcpmcmgapf
Official URL https://chromewebstore.google.com/detail/the-printliminator/nklechikgnfoonbfmcalddjcpmcmgapf
Description A simple tool to make websites print better.
File Size 23.62 KB
Installation Count 15,176
Current Version 4.0.5
Last Updated 2015-10-11
Publish Date 2015-10-11
Rating 4.70/5 Total 56 Ratings
Developer Mottie
Email [email protected]
Payment Type free
Extension Website https://github.com/CSS-Tricks/The-Printliminator
Help Page URL https://github.com/CSS-Tricks/The-Printliminator/wiki
Supported Languages en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_printliminatorName__",
    "version": "4.0.5",
    "manifest_version": 2,
    "author": "Chris Coyier",
    "description": "__MSG_printliminatorDescription__",
    "homepage_url": "https:\/\/github.com\/CSS-Tricks\/The-Printliminator",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_title": "__MSG_printliminatorName__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "printliminator.js",
        "printliminator.css"
    ]
}