The Printliminator

A simple tool to make websites print better.

Wat is The Printliminator?

The Printliminator is een Chrome-extensie ontwikkeld door Mottie, en de belangrijkste functie is "A simple tool to make websites print better.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie The Printliminator

Download The Printliminator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam The Printliminator The Printliminator
ID nklechikgnfoonbfmcalddjcpmcmgapf
Officiële URL https://chromewebstore.google.com/detail/the-printliminator/nklechikgnfoonbfmcalddjcpmcmgapf
Beschrijving A simple tool to make websites print better.
Bestandsgrootte 23.62 KB
Aantal Installaties 15,176
Huidige Versie 4.0.5
Laatst Bijgewerkt 2015-10-11
Publicatiedatum 2015-10-11
Beoordeling 4.70/5 Totaal 56 Beoordelingen
Ontwikkelaar Mottie
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/CSS-Tricks/The-Printliminator
Help Pagina-URL https://github.com/CSS-Tricks/The-Printliminator/wiki
Ondersteunde Talen 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"
    ]
}