Screenshot Full Page

A smart screenshot capturing tool which provides you lot of powers with perfect results to capture your important web pages or…

Screenshot Full Page là gì?

Screenshot Full Page là một tiện ích mở rộng Chrome được phát triển bởi Rahul Baruri, và tính năng chính của nó là "A smart screenshot capturing tool which provides you lot of powers with perfect results to capture your important web pages or…".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        A smart screenshot capturing tool which provides you lot of powers with perfect results to capture your important web pages or documents. It has all the essential feature that makes it useful and must have browser application. You can easily capture your screen of different sizes and annotate, edit with a powerful built-in image editor. 

Core features:

✅  Full page screenshot capturing
✅  Capture viewport or visible window
✅  Capture selected area
✅  Copy selected area of screen as image
✅  Annotation with tons of features
✅  Powerful image editor with tons of features
✅  Download Image
✅  High resolutions Screenshot images
✅  Highest degree of accuracy 
✅  Great User Interface

Many more are coming

Made with ❤️ by Rahul Baruri

#screenshot #full screenshot #full page screenshot                    

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

Tên Screenshot Full Page Screenshot Full Page
ID hhaepbijcbdhljbjocbilefdhnkngehp
URL Chính Thức https://chromewebstore.google.com/detail/screenshot-full-page/hhaepbijcbdhljbjocbilefdhnkngehp
Mô tả A smart screenshot capturing tool which provides you lot of powers with perfect results to capture your important web pages or…
Kích Thước Tệp 432 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2021-04-19
Ngày Phát Hành 2020-08-04
Đánh Giá 3.55/5 Tổng số 33 Đánh Giá
Nhà Phát Triển Rahul Baruri
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Full Page",
    "short_name": "Screenshot",
    "offline_enabled": true,
    "version": "1.0.5",
    "manifest_version": 2,
    "author": "Rahul Baruri ",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*",
        "",
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "images\/icons\/32.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "\/css\/injectable.css",
        "editor.html"
    ]
}