Print Plus
Adds a print button to the browser.
Apa itu Print Plus?
Print Plus adalah ekstensi Chrome yang dikembangkan oleh ellienora00, dan fitur utamanya adalah "Adds a print button to the browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Print Plus
Unduh file ekstensi Print Plus 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
The extension Print plus do an amazing job on one click. Magically it adds a print button to the browser and on pressing the print button the whole page currently opened in a browser will be printed in a second or two.
Informasi Dasar Ekstensi
Nama | Print Plus |
ID | edomigmolmlfpcdkidnjagcahdbacpbj |
URL Resmi | https://chromewebstore.google.com/detail/print-plus/edomigmolmlfpcdkidnjagcahdbacpbj |
Deskripsi | Adds a print button to the browser. |
Ukuran File | 4.49 KB |
Jumlah Instalasi | 502 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2022-01-11 |
Tanggal Publikasi | 2022-01-11 |
Pengembang | ellienora00 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.golferarena.com/ |
URL Halaman Bantuan | https://www.golferarena.com/ |
URL Halaman Kebijakan Privasi | https://www.privacypolicygenerator.info/live.php?token=ZzhjbpjSCfSPPDs6tUeKN8tApGB7HAqH |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Print Plus", "description": "Adds a print button to the browser.", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Print this page", "default_icon": "print_16x16.png" }, "manifest_version": 2 } |