Capture is all you need

Capture the tab or content on the tab in a various methods and save as video.

Capture is all you need là gì?

Capture is all you need là một tiện ích mở rộng Chrome được phát triển bởi https://capturables.com, và tính năng chính của nó là "Capture the tab or content on the tab in a various methods and save as video.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Capture is all you need

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

                        #### Note ####
This is not a downloader.
It also cannot capture screens as image files.


Capture any content on a tab, taking full advantage of the latest features available in the browser.
Captures can be of entire tabs, video elements, canvas elements, media sources, entire windows, and entire screens.
Very intuitive and simple to use.
All capture results are saved as "video files".

Screen capture consumes significant CPU resources depending on resolution and quality to encode the video internally.
Depending on your PC environment, the frame rate may be reduced, or frames may drop if the processing is not completed in time.
In most cases, video and audio quality will be degraded because the video is not downloaded, but only captured and saved.

Please note that this extension is not responsible for the content of any media you captured.
We recommend ensuring the copyright and permissions of the media before capturing.
Please be sure to use the latest version of your browser.

Disclaimer:
    We are not responsible for any problems caused by using this extension.
    Also, we do not guarantee the operation of this extension. Please use it at your own risk.
    The distribution of this extension may be discontinued without prior notice.
    We are not responsible for dealing with version upgrades, bug fixes, etc.

Privacy Policy:
    We do not save any of your personal information.
    Anonymous information (such as site or service usage) that is not personally identifiable may be used to improve the convenience of this service.
    We will continue to review our handling of personal information in the future so that we can continue offering this service with confidence.                    

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

Tên Capture is all you need Capture is all you need
ID efgcpheifanopniaglaoeeecglncljkf
URL Chính Thức https://chromewebstore.google.com/detail/capture-is-all-you-need/efgcpheifanopniaglaoeeecglncljkf
Mô tả Capture the tab or content on the tab in a various methods and save as video.
Kích Thước Tệp 56.18 KB
Số Lần Cài Đặt 30,107
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2024-01-15
Ngày Phát Hành 2023-12-18
Đánh Giá 4.80/5 Tổng số 25 Đánh Giá
Nhà Phát Triển https://capturables.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.capturables.com/
URL Trang Chính Sách Bảo Mật https://www.capturables.com/terms.html
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "version": "1.0.9",
    "author": "[email protected]",
    "description": "__MSG_manifest_description__",
    "homepage_url": "https:\/\/www.capturables.com\/",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "declarativeNetRequest",
        "tabs",
        "tabCapture",
        "desktopCapture",
        "scripting",
        "downloads",
        "offscreen",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "64": "images\/icon_normal_64_light.png"
        },
        "default_title": "__MSG_manifest_browser_action__"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "match_origin_as_fallback": true,
            "exclude_matches": [
                "https:\/\/www.capturables.com\/*process.html*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/overlay.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.capturables.com\/*process.html*"
            ],
            "js": [
                "js\/medium.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "icons": {
        "64": "images\/icon_normal_64_light.png"
    }
}