The Printliminator

A simple tool to make websites print better.

Co to jest The Printliminator?

The Printliminator to rozszerzenie Chrome opracowane przez Mottie, a jego główną funkcją jest „A simple tool to make websites print better.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia The Printliminator

Pobierz pliki rozszerzeń The Printliminator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa The Printliminator The Printliminator
ID nklechikgnfoonbfmcalddjcpmcmgapf
Oficjalny URL https://chromewebstore.google.com/detail/the-printliminator/nklechikgnfoonbfmcalddjcpmcmgapf
Opis A simple tool to make websites print better.
Rozmiar pliku 23.62 KB
Liczba instalacji 15,176
Aktualna Wersja 4.0.5
Ostatnia Aktualizacja 2015-10-11
Data Publikacji 2015-10-11
Ocena 4.70/5 Łącznie 56 Oceny
Deweloper Mottie
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/CSS-Tricks/The-Printliminator
Adres URL Strony Pomocy https://github.com/CSS-Tricks/The-Printliminator/wiki
Obsługiwane Języki 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"
    ]
}