Easy Print

Easy Print extension provides a way to print and modify page content of open tabs from your browser.

Что такое Easy Print?

Easy Print - это расширение Chrome, разработанное easyprintapp10, и его основная функция - "Easy Print extension provides a way to print and modify page content of open tabs from your browser.".

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

screenshot
screenshot

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

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

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

                        Print your Web pages in Print friendly format

This extension allows you to open Web pages in Readability format for easy Print. 

HOW TO USE THE PDF.Live CHROME EXTENSION
1. Install the Easy Print extension for Chrome.
2. Pin the extension for quick access.
3. Click on the extension icon to open active page in Print Friendly Format
4. Print.

By installing this extension, you agree to the Terms of Service (https://easyprint.app/terms-of-service/) and Privacy Policy (https://easyprint.app/privacy-policy/)                    

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

Название Easy Print Easy Print
ID ekeajhgcfbclgdnmfjdnpdfmaficebka
Официальный URL https://chromewebstore.google.com/detail/easy-print/ekeajhgcfbclgdnmfjdnpdfmaficebka
Описание Easy Print extension provides a way to print and modify page content of open tabs from your browser.
Размер файла 522 KB
Количество установок 1,103
Текущая Версия 1.22.620
Последнее Обновление 2022-07-12
Дата публикации 2022-07-11
Разработчик easyprintapp10
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://easyprint.app/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Print",
    "short_name": "EasyPrint",
    "description": "Easy Print extension provides a way to print and modify page content of open tabs from your browser.",
    "version": "1.22.620",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Easy Print"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "history",
        "storage",
        "cookies",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/pages\/reader\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}