Screen Capture, Screenshot Full Page PRO

Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.

Screen Capture, Screenshot Full Page PRO là gì?

Screen Capture, Screenshot Full Page PRO là một tiện ích mở rộng Chrome được phát triển bởi ClearApps, và tính năng chính của nó là "Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.".

Ả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 Screen Capture, Screenshot Full Page PRO

Tải xuống các tệp mở rộng Screen Capture, Screenshot Full Page PRO 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

                        Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.                    

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

Tên Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
URL Chính Thức https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
Mô tả Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
Kích Thước Tệp 35.97 KB
Số Lần Cài Đặt 8,595
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2016-11-04
Ngày Phát Hành 2016-11-04
Đánh Giá 2.82/5 Tổng số 33 Đánh Giá
Nhà Phát Triển ClearApps
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screen Capture, Screenshot Full Page PRO",
    "version": "2.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Download Screen shot of Selected Area or Entire Page of websites"
    }
}