Print Plus
Adds a print button to the browser.
Что такое Print Plus?
Print Plus - это расширение Chrome, разработанное ellienora00, и его основная функция - "Adds a print button to the browser.".
Снимки экрана расширения
Скачать файл CRX расширения Print Plus
Скачайте файлы расширений Print Plus в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | edomigmolmlfpcdkidnjagcahdbacpbj |
| Официальный URL | https://chromewebstore.google.com/detail/print-plus/edomigmolmlfpcdkidnjagcahdbacpbj |
| Описание | Adds a print button to the browser. |
| Размер файла | 4.49 KB |
| Количество установок | 502 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2022-01-11 |
| Дата публикации | 2022-01-11 |
| Разработчик | ellienora00 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.golferarena.com/ |
| URL страницы помощи | https://www.golferarena.com/ |
| URL страницы политики конфиденциальности | https://www.privacypolicygenerator.info/live.php?token=ZzhjbpjSCfSPPDs6tUeKN8tApGB7HAqH |
| Поддерживаемые языки | 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
} | |