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…

Apa itu Easy Print?

Easy Print adalah ekstensi Chrome yang dikembangkan oleh nell48473, dan fitur utamanya adalah "Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Easy Print

Unduh file ekstensi Easy Print dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Easy Print Easy Print
ID jfabhgjkkoljkpemojjfdhgckdbendaj
URL Resmi https://chromewebstore.google.com/detail/easy-print/jfabhgjkkoljkpemojjfdhgckdbendaj
Deskripsi Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy…
Ukuran File 757 KB
Jumlah Instalasi 42,297
Versi Saat Ini 1.0.0.3
Terakhir Diperbarui 2024-02-15
Tanggal Publikasi 2023-08-13
Penilaian 1.00/5 Total 1 Penilaian
Pengembang nell48473
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://easyprintapp.net/app/privacy.html
Bahasa yang Didukung 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:;"
    }
}