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