Screencap

Screencap

Screencap là gì?

Screencap là một tiện ích mở rộng Chrome được phát triển bởi Surya Nuchu, và tính năng chính của nó là "Screencap".

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

screenshot
screenshot

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

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

                        Screencap is a screenshot Chrome extension that lets you capture the entire screen on Chrome. It is one of the best screenshot add-ons that you can find in the Google Web store.

Intro
———
Screencap will help you to get more work done by
1. Collaborate with Others
2. Demonstrate How to Perform a Function
3. Show Exactly What’s Happening

Features
———
➼ Capture the full page not just the visible area.
➼ Just one click to capture the entire screen.
➼ Beautiful animations to show you progress of the process.
➼ Save PNG files with one click.
➼ No login or registration required.
➼ There are no restrictions on the size or size of the file.

Privacy & Terms use
———
We don't collect or monitor any of your personal information.                    

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

Tên Screencap Screencap
ID aniaallgmlgdlefladlfhadglocahllm
URL Chính Thức https://chromewebstore.google.com/detail/screencap/aniaallgmlgdlefladlfhadglocahllm
Mô tả Screencap
Kích Thước Tệp 1.44 MB
Số Lần Cài Đặt 665
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-01-14
Ngày Phát Hành 2020-12-23
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Surya Nuchu
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/screencap/home
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screencap",
    "version": "1.0.1",
    "description": "Screencap",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/Icon-16.png",
        "48": "icons\/Icon-48.png",
        "128": "icons\/Icon-128.png"
    },
    "browser_action": {
        "default_title": "Capture Full Screen",
        "default_icon": "icons\/Icon-16.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        }
    },
    "permissions": [
        "activeTab",
        "unlimitedStorage"
    ]
}