Capture Full Page

Screen capture your current page in entirety and reliably!

Capture Full Page là gì?

Capture Full Page là một tiện ích mở rộng Chrome được phát triển bởi https://www.firstcontact.co, và tính năng chính của nó là "Screen capture your current page in entirety and reliably!".

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

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

                                            

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

Tên Capture Full Page Capture Full Page
ID mgdflkfjmmjefejinkeialjfofpjmibk
URL Chính Thức https://chromewebstore.google.com/detail/capture-full-page/mgdflkfjmmjefejinkeialjfofpjmibk
Mô tả Screen capture your current page in entirety and reliably!
Kích Thước Tệp 28.59 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-10-03
Ngày Phát Hành 2016-10-03
Nhà Phát Triển https://www.firstcontact.co
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.manhattangroup.co/privacy.pdf
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Capture Full Page",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Screen capture your current page in entirety and reliably!",
    "browser_action": {
        "default_icon": "icon-999.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        }
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16-999.png",
        "48": "icon48-999.png",
        "128": "icon128-999.png"
    }
}