The Printliminator

A simple tool to make websites print better.

The Printliminator क्या है?

The Printliminator Mottie द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple tool to make websites print better."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में The Printliminator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम The Printliminator The Printliminator
ID nklechikgnfoonbfmcalddjcpmcmgapf
आधिकारिक URL https://chromewebstore.google.com/detail/the-printliminator/nklechikgnfoonbfmcalddjcpmcmgapf
विवरण A simple tool to make websites print better.
फ़ाइल का आकार 23.62 KB
स्थापना संख्या 15,176
वर्तमान संस्करण 4.0.5
अंतिम अपडेट 2015-10-11
प्रकाशन तिथि 2015-10-11
रेटिंग 4.70/5 कुल 56 रेटिंग्स
डेवलपर Mottie
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/CSS-Tricks/The-Printliminator
सहायता पृष्ठ URL https://github.com/CSS-Tricks/The-Printliminator/wiki
समर्थित भाषाएँ 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"
    ]
}