Print Button
Easily print any page with just one click!
Что такое Print Button?
Print Button - это расширение Chrome, разработанное Jorvi, и его основная функция - "Easily print any page with just one click!".
Снимки экрана расширения
Скачать файл CRX расширения Print Button
Скачайте файлы расширений Print Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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)
Основная информация о расширении
Название | Print Button |
ID | chknabpgcjhognofjhnlhlmjgidpjkeg |
Официальный URL | https://chromewebstore.google.com/detail/print-button/chknabpgcjhognofjhnlhlmjgidpjkeg |
Описание | Easily print any page with just one click! |
Размер файла | 7.05 KB |
Количество установок | 13,341 |
Текущая Версия | 0.1.6 |
Последнее Обновление | 2023-12-03 |
Дата публикации | 2019-04-07 |
Рейтинг | 4.20/5 Всего 5 оценок |
Разработчик | Jorvi |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://mybrowseraddon.com/print.html |
URL страницы помощи | https://mybrowseraddon.com/print.html |
Поддерживаемые языки | 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" } } |