Screensy - screen recording

Tab recording software. Dead simple. Free. No watermarks.

Screensy - screen recording란 무엇입니까?

Screensy - screen recording은(는) Micaela Cano에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tab recording software. Dead simple. Free. No watermarks."입니다.

확장 프로그램 스크린샷

screenshot

Screensy - screen recording 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Screensy - free and unlimited screen recording software. 

Features:
- Capture a selected area of the page
- Record video or take a screenshot
- Download as a WEBM                    

확장 프로그램 기본 정보

이름 Screensy - screen recording Screensy - screen recording
ID mpiihicgfapopgaahidedijlddefkedc
공식 URL https://chromewebstore.google.com/detail/screensy-screen-recording/mpiihicgfapopgaahidedijlddefkedc
설명 Tab recording software. Dead simple. Free. No watermarks.
파일 크기 252 KB
설치 횟수 3,759
현재 버전 2.6.2
최근 업데이트 2021-11-23
출시 날짜 2021-05-11
평점 4.28/5 총 36 개의 평점
개발자 Micaela Cano
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.notion.so/Privacy-policy-Screensy-c6faaa0556b64d769e49759ddddb34de
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "version": "2.6.2",
    "name": "__MSG_name__",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "default_locale": "en",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "",
        "downloads"
    ],
    "web_accessible_resources": [
        "videodisplay.html",
        "*.png"
    ],
    "manifest_version": 2
}