screenbreak

Save your articles into your Screenbreak account

什么是screenbreak?

screenbreak是由screenbreak开发的Chrome扩展程序,该扩展的主要功能是“Save your articles into your Screenbreak account”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载screenbreak扩展crx文件

下载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"
}