Captr

Take and edit beautiful screenshots on the fly

Captr là gì?

Captr là một tiện ích mở rộng Chrome được phát triển bởi Suman Sigdel, và tính năng chính của nó là "Take and edit beautiful screenshots on the fly".

Ả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 Captr

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

                        Captr is an extension that takes screenshots and let you edit them directly on the browser. 

With Captr, all it takes is one click to select an area and voila! 💥 You have a stunning screenshot complete with proper padding, gradients, and rounded corners.

Share your screenshots on social media and Impress your friends 🤓.

Extension contains one time payment to "Remove watermark" and enable paid features.

Clarification on Extension Permission
-> Read your browsing history - Chrome adds this line as we request tabs permission to take the screenshot.                    

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

Tên Captr Captr
ID jdidignfmeafmfcenkokiflhkghajlon
URL Chính Thức https://chromewebstore.google.com/detail/captr/jdidignfmeafmfcenkokiflhkghajlon
Mô tả Take and edit beautiful screenshots on the fly
Kích Thước Tệp 273 KB
Số Lần Cài Đặt 122
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-04-25
Ngày Phát Hành 2023-03-31
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Suman Sigdel
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.trycaptr.com/
URL Trang Chính Sách Bảo Mật https://www.chromeshot.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Captr",
    "description": "Take and edit beautiful screenshots on the fly",
    "version": "1.1",
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "\/images\/1616.png",
        "19": "\/images\/1919.png",
        "32": "\/images\/3838.png",
        "48": "\/images\/4848.png",
        "128": "\/images\/128128.png"
    },
    "action": {
        "default_icon": "\/images\/chromeshotWhite.png",
        "default_title": "Captr",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "scripting"
    ]
}