Full page screen capture

Make a full page screenshot of your current browser window .

Full page screen capture là gì?

Full page screen capture là một tiện ích mở rộng Chrome được phát triển bởi https://screenshot.freeonlineapps.net, và tính năng chính của nó là "Make a full page screenshot of your current browser window .".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Full page screen capture

Tải xuống các tệp mở rộng Full page screen capture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Take FULL webpage screenshots. Capture, edit and save the screenshots to PDF/JPEG/GIF/PNG, upload, print, save to Google Drive, clipboard or email.

This software extension allows you to take full web page screenshots. You can edit and annotate the screenshots after its taken. Edit your screenshots and crop the image, add in text if needed and many more features available.

You can capture web pages entirely to PDF (with links) / JPEG / PNG files, print, or copy to clipboard. The screenshots are instant, stored locally.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Full page screen capture Full page screen capture
ID nbdhmbajecdannlcdfiomapadcaelnba
URL Chính Thức https://chromewebstore.google.com/detail/full-page-screen-capture/nbdhmbajecdannlcdfiomapadcaelnba
Mô tả Make a full page screenshot of your current browser window .
Kích Thước Tệp 898 KB
Số Lần Cài Đặt 3,283
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-02-28
Ngày Phát Hành 2020-05-21
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://screenshot.freeonlineapps.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://screenshot.freeonlineapps.net
URL Trang Chính Sách Bảo Mật https://www.freeonlineapps.net/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.3",
    "commands": {
        "visible_screenshot": {
            "description": "visible screenshot"
        },
        "entire_page_screenshot": {
            "description": "Entire Page Screenshot"
        }
    },
    "manifest_version": 2,
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/iconfinder_capture_16.png",
        "32": "images\/iconfinder_capture_32.png",
        "48": "images\/iconfinder_capture_48.png",
        "64": "images\/iconfinder_capture_64.png",
        "128": "images\/iconfinder_capture_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/iconfinder_capture_16.png",
            "32": "images\/iconfinder_capture_32.png",
            "48": "images\/iconfinder_capture_48.png",
            "64": "images\/iconfinder_capture_64.png",
            "128": "images\/iconfinder_capture_128.png"
        },
        "default_title": "Screenshot Extension",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "\/images\/*.png",
        "\/css\/pagestyles.css",
        "\/css\/dialog.css",
        "\/libs\/gapi.js",
        "\/libs\/jquery.js",
        "\/js\/dialog.js"
    ],
    "container": [
        "GOOGLE_DRIVE"
    ],
    "offline_enabled": true,
    "default_locale": "en",
    "permissions": [
        "activeTab"
    ],
    "optional_permissions": [
        "desktopCapture"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}