Computub Screenshotter

The best way to screenshot your browser

Computub Screenshotter là gì?

Computub Screenshotter là một tiện ích mở rộng Chrome được phát triển bởi https://computub.com, và tính năng chính của nó là "The best way to screenshot your browser".

Ả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 Computub Screenshotter

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

                        Computub Screenshotter is a modern and easy way to take a screenshot of any open tab! Just click the camera icon in the top left of your screen to preview your image, and then press the "Download" button to save the image on your computer.

Computub Screenshotter enables you to easily share your screenshot on social media, and the internet by providing you with a full jpeg image file right in your downloads folder.                    

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

Tên Computub Screenshotter Computub Screenshotter
ID ihehfgffeinmbnahpbgecfopcjonejih
URL Chính Thức https://chromewebstore.google.com/detail/computub-screenshotter/ihehfgffeinmbnahpbgecfopcjonejih
Mô tả The best way to screenshot your browser
Kích Thước Tệp 55.69 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2020-07-10
Ngày Phát Hành 2020-04-02
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://computub.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://computub.com/apps
URL Trang Chính Sách Bảo Mật https://bandev.uk/privacy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Computub Screenshotter",
    "version": "2.2",
    "description": "The best way to screenshot your browser",
    "offline_enabled": false,
    "homepage_url": "https:\/\/computub.com",
    "icons": {
        "16": "camera.png",
        "24": "camera.png",
        "32": "camera.png",
        "48": "camera.png",
        "128": "camera.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "camera.png",
        "default_title": "Screenshot!"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}