Screen Capture and Recorder by Screeny

The #1 Screen Recorder and Screenshot tool! Full page screen capture and video record of your screen.

Screen Capture and Recorder by Screeny란 무엇입니까?

Screen Capture and Recorder by Screeny은(는) http://screeny.online에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The #1 Screen Recorder and Screenshot tool! Full page screen capture and video record of your screen."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Screen Capture and Recorder by Screeny 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Take a screenshot or record your screen with, powerful screen capture and screen video recording tool. Save screen recordings and screenshots to Google Drive and instantly share your videos and screenshots with unique sharing links.
 
 
SCREEN RECORDER:
▸ Record video from your screen to make a screencast.
▸ Record video from a webcam.
▸ Convert from WebM to MP4.
▸ Embed your webcam into the screen video recording.
▸ Supports video recording of the current tab with system audio.


TAKE SCREENSHOT: 
▸ Full Page screenshot.
▸ Visible Page screenshot.
▸ Your size screenshot.


FINDE, SHARE & EDIT YOUR SCREENSHOT:
▸ Resize or crop a screenshot to the size you need. 
▸ Annotate your screenshot with rectangles, circles, arrows, lines, etc.
▸ Add text to your screenshot with or without background color, change the text font and font size
▸ Upload screenshots and screen video records to Google Drive.
▸ Automatically generates a link that you can share with anyone.
▸ Download screenshots and screen records to the local disk.


CONTACT US:
If you have any questions, suggestions, or feature requests, feel free to submit a report by clicking the Get support button in the extension’s popup menu or send a message to [email protected] anytime.                    

확장 프로그램 기본 정보

이름 Screen Capture and Recorder by Screeny Screen Capture and Recorder by Screeny
ID jgmmgiojkjopgnanopiamhbhnpaednfg
공식 URL https://chrome.google.com/webstore/detail/screen-capture-and-record/jgmmgiojkjopgnanopiamhbhnpaednfg
설명 The #1 Screen Recorder and Screenshot tool! Full page screen capture and video record of your screen.
파일 크기 1.85 MB
설치 횟수 690,786
현재 버전 1.14
최근 업데이트 2023-03-16
출시 날짜 2021-02-09
평점 4.29/5 총 1000 개의 평점
개발자 http://screeny.online
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.screeny.online/
개인정보 보호 정책 페이지 URL https://www.screeny.online/privacy-policy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj9P2urVPoYjViSTuJ2RlGqJAWdwzncy2GmT\/\/sNyyi9CPRbjApb8k6CR22zK6EvFCFk6Mb7l8Rp5RaRLlrLzfU7MqdLzXj1pXq\/ZS8bRbCzjjTnDl11A2qxgu3BjGSh2rHHhmf\/gOlZaegYCTh2u7EuKKeUwJXsso+3rXjvohW4lq7Gzu7ccAPnhz9d7SIxKJLSR3UL9Yx\/k5M+J8neMVjGa7sxQucmn\/jaPTBQlrg\/D2C3cgNm4V1tuQUdo4By3QP0eFea7pqelX8eMUl4L6TRmBbcExFfUkahe09J3okbkIGw5922Z2ywvYJJ5Sux2UAi1cQXyhRfMQVJhobx3sQIDAQAB",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "commands": {
        "start_record": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Start record"
        },
        "stop_record": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Command+Shift+K"
            },
            "description": "Stop record"
        },
        "all_page_capture": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Capture all page"
        },
        "visible_area_capture": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Capture visible area"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/libs\/jquery.js",
                "\/libs\/detect_zoom.js",
                "\/libs\/cropper.js",
                "\/js\/plugin.js",
                "\/js\/content.js",
                "\/libs\/fabric.js",
                "\/libs\/fabric-history.js",
                "\/libs\/platform.js",
                "\/libs\/cors_upload.js",
                "\/js\/state.js"
            ],
            "css": [
                "\/css\/content.css",
                "\/libs\/fontawesome\/css\/all.min.css",
                "\/libs\/fontawesome\/css\/fontawesome.min.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "\/libs\/materialize.min.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "128": "\/images\/128.png",
        "64": "\/images\/64.png",
        "32": "\/images\/32.png"
    },
    "browser_action": {
        "default_icon": "\/images\/128.png",
        "default_popup": "\/popup.html",
        "default_title": "Screenshot-master"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com blob: 'unsafe-eval'; object-src 'self';script-src-elem 'self' blob: 'unsafe-eval';",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "downloads",
        "tabs",
        "activeTab",
        "",
        "identity",
        "identity.email",
        "tabCapture",
        "desktopCapture",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "\/images\/*.png",
        "\/libs\/jquery.js",
        "frame-video.html"
    ],
    "version": "1.14",
    "oauth2": {
        "client_id": "504884789030-r8gttlp2qdjvaibag1emgghgetg3c43m.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    }
}