Print Screen Button

You can quickly print any page with a simple click!

Что такое Print Screen Button?

Print Screen Button - это расширение Chrome, разработанное alidacalliope, и его основная функция - "You can quickly print any page with a simple click!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Print Screen Button

Скачайте файлы расширений Print Screen Button в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        With the "Print Screen Button" add-on, you may immediately and simply print any page on your browser's toolbar.

features:

a. With a few clicks, you can turn any webpage into a printable PDF (toolbar button).

b. There are no settings or choices to change.                    

Основная информация о расширении

Название Print Screen Button Print Screen Button
ID iejilhjpldhcgiecimenaeagfboaemkg
Официальный URL https://chrome.google.com/webstore/detail/print-screen-button/iejilhjpldhcgiecimenaeagfboaemkg
Описание You can quickly print any page with a simple click!
Размер файла 55.31 KB
Количество установок 39
Текущая Версия 0.1
Последнее Обновление 2022-06-26
Дата публикации 2022-06-26
Рейтинг 4.80/5 Всего 10 оценок
Разработчик alidacalliope
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://worldaddons.com/print-screen-button/
URL страницы помощи https://worldaddons.com/contact/
URL страницы политики конфиденциальности https://worldaddons.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "name": "Print Screen Button",
    "offline_enabled": true,
    "short_name": "print-screen-button",
    "homepage_url": "https:\/\/worldaddons.com\/print-screen-button\/",
    "description": "You can quickly print any page with a simple click!",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Print Screen Button",
        "default_icon": {
            "16": "source\/icons\/16.png",
            "32": "source\/icons\/32.png",
            "48": "source\/icons\/48.png",
            "64": "source\/icons\/64.png"
        }
    },
    "icons": {
        "16": "source\/icons\/16.png",
        "32": "source\/icons\/32.png",
        "48": "source\/icons\/48.png",
        "64": "source\/icons\/64.png",
        "128": "source\/icons\/128.png"
    }
}