Easy Print

Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy…

Easy Print क्या है?

Easy Print nell48473 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy…"।

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

screenshot

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

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

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

                        Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy Print with Yahoo Sponsored Web Search.

Simply Paste any URL into the Input Field to Generate a Printer Friendly Page without Ads & Formatted Automatically. 

View Our Privacy Page at: https://easyprintapp.net/app/privacy.html                    

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

नाम Easy Print Easy Print
ID jfabhgjkkoljkpemojjfdhgckdbendaj
आधिकारिक URL https://chromewebstore.google.com/detail/easy-print/jfabhgjkkoljkpemojjfdhgckdbendaj
विवरण Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy…
फ़ाइल का आकार 757 KB
स्थापना संख्या 42,297
वर्तमान संस्करण 1.0.0.3
अंतिम अपडेट 2024-02-15
प्रकाशन तिथि 2023-08-13
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर nell48473
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://easyprintapp.net/app/privacy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.3",
    "manifest_version": 3,
    "short_name": "Easy Print",
    "name": "Easy Print",
    "background": {
        "service_worker": "install_service.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.easyprintapp.net\/*"
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/api.printfriendly.com https:\/\/easyprintapp.net https:\/\/www.easyprintapp.net https:\/\/safebrowsing.googleapis.com; script-src 'self'; style-src 'self' https:\/\/cdn.printfriendly.com 'unsafe-inline'; object-src 'self'; img-src 'self' https:\/\/easyprintapp.net * data:;"
    }
}