screenbreak

Save your articles into your Screenbreak account

Что такое screenbreak?

screenbreak - это расширение Chrome, разработанное screenbreak, и его основная функция - "Save your articles into your Screenbreak account".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Screenbreak is the best extension for converting into PDF and print longform content, articles and blogs.

We do not only remove ads and clutter, but materially re-engineer webpages optimised for print.

Reading was meant for paper and we deliver great online content into a centuries old proven medium, paper!

Using the extension you can:
- Archive a webpage into your account
- Download/print the webpage with our custom-designed format
- Create a collection of articles
- Download/print this collection in a custom .pdf ebook format

We felt this was the right time to open up our beta version, which will run until the end of 2020, totally free. We aim to learn from your needs and improve our. 

By the end of the year we have one clear milestone in mind.
To deliver collections in softcover book/magazine format to your door, globally!                    

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

Название screenbreak screenbreak
ID pnjmlgncpoefpchofncgdggongkmjnnb
Официальный URL https://chromewebstore.google.com/detail/screenbreak/pnjmlgncpoefpchofncgdggongkmjnnb
Описание Save your articles into your Screenbreak account
Размер файла 362 KB
Количество установок 465
Текущая Версия 1.0.4
Последнее Обновление 2021-04-11
Дата публикации 2020-09-29
Рейтинг 5.00/5 Всего 3 оценок
Разработчик screenbreak
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.myscreenbreak.com/
URL страницы помощи https://www.myscreenbreak.com/pages/contact
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "screenbreak",
    "author": "screenbreak",
    "icons": {
        "16": "extension\/ui\/resources\/icon_16.png",
        "48": "extension\/ui\/resources\/icon_48.png",
        "64": "extension\/ui\/resources\/icon_64.png",
        "128": "extension\/ui\/resources\/icon_128.png"
    },
    "version": "1.0.4",
    "description": "__MSG_extensionDescription__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "lib\/single-file\/index.js",
                "extension\/index.js",
                "extension\/lib\/screenbreak\/index.js",
                "extension\/lib\/screenbreak\/browser-polyfill\/chrome-browser-polyfill.js",
                "lib\/single-file\/single-file-helper.js",
                "lib\/single-file\/vendor\/css-unescape.js",
                "lib\/single-file\/processors\/hooks\/content\/content-hooks-frames.js",
                "lib\/single-file\/processors\/frame-tree\/content\/content-frame-tree.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "lib\/single-file\/index.js",
                "lib\/single-file\/processors\/hooks\/content\/content-hooks.js",
                "extension\/index.js",
                "extension\/lib\/screenbreak\/index.js",
                "extension\/core\/index.js",
                "extension\/core\/content\/content-bootstrap.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/single-file\/index.js",
            "extension\/index.js",
            "extension\/lib\/screenbreak\/index.js",
            "extension\/core\/index.js",
            "extension\/ui\/index.js",
            "extension\/lib\/screenbreak\/browser-polyfill\/chrome-browser-polyfill.js",
            "lib\/single-file\/vendor\/css-minifier.js",
            "lib\/single-file\/vendor\/css-tree.js",
            "lib\/single-file\/vendor\/css-media-query-parser.js",
            "lib\/single-file\/vendor\/html-srcset-parser.js",
            "lib\/single-file\/vendor\/css-font-property-parser.js",
            "lib\/single-file\/vendor\/css-unescape.js",
            "lib\/single-file\/single-file-util.js",
            "lib\/single-file\/single-file-helper.js",
            "lib\/single-file\/modules\/css-fonts-minifier.js",
            "lib\/single-file\/modules\/css-fonts-alt-minifier.js",
            "lib\/single-file\/modules\/css-medias-alt-minifier.js",
            "lib\/single-file\/modules\/css-matched-rules.js",
            "lib\/single-file\/modules\/css-rules-minifier.js",
            "lib\/single-file\/modules\/html-minifier.js",
            "lib\/single-file\/modules\/html-serializer.js",
            "lib\/single-file\/modules\/html-images-alt-minifier.js",
            "lib\/single-file\/single-file-core.js",
            "lib\/single-file\/single-file.js",
            "extension\/lib\/screenbreak\/core\/bg\/scripts.js",
            "extension\/lib\/screenbreak\/fetch\/content\/content-fetch.js",
            "extension\/lib\/screenbreak\/fetch\/bg\/fetch.js",
            "extension\/lib\/screenbreak\/frame-tree\/bg\/frame-tree.js",
            "extension\/lib\/screenbreak\/lazy\/bg\/lazy-timeout.js",
            "extension\/lib\/screenbreak\/pako\/pako_deflate.js",
            "extension\/core\/bg\/config.js",
            "extension\/core\/bg\/tabs-data.js",
            "extension\/core\/bg\/api.js",
            "extension\/core\/bg\/business.js",
            "extension\/core\/bg\/messages.js",
            "extension\/core\/bg\/tabs.js",
            "extension\/core\/bg\/downloads.js",
            "extension\/ui\/bg\/ui-main.js",
            "extension\/ui\/bg\/ui-menus.js",
            "extension\/ui\/bg\/ui-commands.js",
            "extension\/ui\/bg\/ui-button.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "extension\/ui\/resources\/icon_16.png",
            "48": "extension\/ui\/resources\/icon_48.png",
            "64": "extension\/ui\/resources\/icon_64.png",
            "128": "extension\/ui\/resources\/icon_128.png"
        },
        "default_title": "__MSG_buttonDefaultTooltip__"
    },
    "commands": {
        "save-tab": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "__MSG_commandSaveTab__"
        }
    },
    "web_accessible_resources": [
        "lib\/single-file\/index.js",
        "lib\/single-file\/modules\/html-serializer.js",
        "lib\/single-file\/processors\/hooks\/content\/content-hooks-web.js",
        "lib\/single-file\/processors\/hooks\/content\/content-hooks-frames-web.js",
        "extension\/ui\/overlay\/loading.html",
        "extension\/ui\/overlay\/success.html",
        "extension\/ui\/overlay\/error.html",
        "extension\/ui\/overlay\/book.html",
        "extension\/ui\/overlay\/css\/style.css",
        "extension\/ui\/overlay\/fonts\/work-s,ans-v8-latin-regular.eot",
        "extension\/ui\/overlay\/fonts\/work-sans-v8-latin-regular.svg",
        "extension\/ui\/overlay\/fonts\/work-sans-v8-latin-regular.ttf",
        "extension\/ui\/overlay\/fonts\/work-sans-v8-latin-regular.woff",
        "extension\/ui\/overlay\/fonts\/work-sans-v8-latin-regular.woff2",
        "extension\/ui\/overlay\/images\/error.png",
        "extension\/ui\/overlay\/images\/logo.png",
        "extension\/ui\/overlay\/images\/more.png",
        "extension\/ui\/overlay\/images\/more-dark.png",
        "extension\/ui\/overlay\/images\/success.png",
        "extension\/ui\/overlay\/js\/base.js",
        "extension\/ui\/overlay\/js\/error.js",
        "extension\/ui\/overlay\/js\/loading.js",
        "extension\/ui\/overlay\/js\/success.js"
    ],
    "permissions": [
        "menus",
        "activeTab"
    ],
    "incognito": "spanning",
    "manifest_version": 2,
    "default_locale": "en"
}