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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Easy Print

Λήψη αρχείων επέκτασης Easy Print σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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:;"
    }
}