Captr

Take and edit beautiful screenshots on the fly

Captr란 무엇입니까?

Captr은(는) Suman Sigdel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take and edit beautiful screenshots on the fly"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Captr 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Captr Captr
ID jdidignfmeafmfcenkokiflhkghajlon
공식 URL https://chromewebstore.google.com/detail/captr/jdidignfmeafmfcenkokiflhkghajlon
설명 Take and edit beautiful screenshots on the fly
파일 크기 273 KB
설치 횟수 122
현재 버전 1.1
최근 업데이트 2023-04-25
출시 날짜 2023-03-31
평점 5.00/5 총 3 개의 평점
개발자 Suman Sigdel
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.trycaptr.com/
개인정보 보호 정책 페이지 URL https://www.chromeshot.com/privacy-policy
지원되는 언어 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"
    ]
}