Print Button
Easily print any page with just one click!
Co to jest Print Button?
Print Button to rozszerzenie Chrome opracowane przez Jorvi, a jego główną funkcją jest „Easily print any page with just one click!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Print Button
Pobierz pliki rozszerzeń Print Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
With Print Button addon, you can easily print any desired page with just one click from your browser's toolbar. Important features: a. Print any webpage with a click of a button (toolbar button). b. No settings or options to adjust. To report bugs, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/print.html)
Podstawowe informacje o rozszerzeniu
Nazwa | Print Button |
ID | chknabpgcjhognofjhnlhlmjgidpjkeg |
Oficjalny URL | https://chromewebstore.google.com/detail/print-button/chknabpgcjhognofjhnlhlmjgidpjkeg |
Opis | Easily print any page with just one click! |
Rozmiar pliku | 7.05 KB |
Liczba instalacji | 13,341 |
Aktualna Wersja | 0.1.6 |
Ostatnia Aktualizacja | 2023-12-03 |
Data Publikacji | 2019-04-07 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | Jorvi |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://mybrowseraddon.com/print.html |
Adres URL Strony Pomocy | https://mybrowseraddon.com/print.html |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.6", "manifest_version": 3, "name": "Print Button", "offline_enabled": true, "homepage_url": "https:\/\/mybrowseraddon.com\/print.html", "description": "Easily print any page with just one click!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Print Button", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |