TakeAscreen | Record & Capture Screenshots

Take Screenshots | Screen Record & Capture Screenshots

TakeAscreen | Record & Capture Screenshots란 무엇입니까?

TakeAscreen | Record & Capture Screenshots은(는) https://takeascreen.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take Screenshots | Screen Record & Capture Screenshots"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TakeAscreen | Record & Capture Screenshots 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        📸 Take WOW 🤩 Screenshots Like a Pro! 🚀

Unlock the power of visual communication with TakeAscreen – your go-to platform for capturing screenshots and screen recording. With TakeAscreen, you have the tools to effortlessly capture every moment. Whether you're showcasing dynamic content or preserving important information, our user-friendly interface ensures you can take screenshots with precision. Seamlessly transition from screenshots to screen recording, as TakeAscreen empowers you to capture video screen records effortlessly.

Capture Screenshot moments that matter most to you. Our intuitive platform allows you to capture the essence of your content, making it perfect for presentations, tutorials, or simply sharing standout visuals. Beyond capturing images, TakeAscreen expands your capabilities into the realm of Screen Recording. Record your screen and create engaging videos that convey your message dynamically. Say goodbye to complexity and hello to streamlined content creation.

Step into the future of content with TakeAscreen. Whether you're a professional, educator, or content creator, our tools empower you to bring your vision to life. Capture Screenshot excellence and embrace the power of Screen Recording with TakeAscreen – your all-in-one solution for visual storytelling.                    

확장 프로그램 기본 정보

이름 TakeAscreen | Record & Capture Screenshots TakeAscreen | Record & Capture Screenshots
ID jgcgcifajjcjbajabapjmpgalhjangfl
공식 URL https://chromewebstore.google.com/detail/takeascreen-record-captur/jgcgcifajjcjbajabapjmpgalhjangfl
설명 Take Screenshots | Screen Record & Capture Screenshots
파일 크기 8.35 MB
설치 횟수 396
현재 버전 2.6.2
최근 업데이트 2023-10-15
출시 날짜 2022-09-13
평점 4.67/5 총 3 개의 평점
개발자 https://takeascreen.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://takeascreen.com/
도움말 페이지 URL https://takeascreen.com/p/contact-us
개인정보 보호 정책 페이지 URL https://typli.ai/privacy
지원되는 언어 id,de,en,fr,tr,ca,es,it,pl,pt-BR,pt-PT,ru,hi,ta,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TakeAscreen | Record & Capture Screenshots",
    "description": "Take Screenshots | Screen Record & Capture Screenshots",
    "version": "2.6.2",
    "manifest_version": 3,
    "default_locale": "en",
    "oauth2": {
        "client_id": "368915722206-dbnn7fqsircop9sct5kjechq5504oari.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appdata",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "icons": {
        "16": "logo\/32.png",
        "32": "logo\/32.png",
        "48": "logo\/64.png",
        "64": "logo\/64.png",
        "128": "logo\/64.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "js": [
                "content\/main.js",
                "recorder\/js\/detect.js",
                "recorder\/js\/libraries\/ffmpeg.js",
                "recorder\/js\/sources.js",
                "recorder\/js\/libraries\/StreamSaver.min.js",
                "recorder\/js\/audiosources.js"
            ],
            "css": [
                "content\/index.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/spin.gif",
                "img\/audio.png",
                "logo\/48.png",
                "recorder\/html\/camera.html",
                "recorder\/html\/sources.html",
                "recorder\/html\/settings.html",
                "recorder\/js\/content.js",
                "recorder\/js\/libraries\/ffmpeg.js",
                "recorder\/css\/content.css",
                "assets\/images\/*",
                "recorder\/js\/sources.js",
                "js\/cameracontent.js",
                "recorder\/css\/cameracontent.css",
                "recorder\/js\/libraries\/StreamSaver.min.js",
                "recorder\/js\/audiosources.js",
                "recorder\/html\/audiosources.html",
                "recorder\/assets\/images\/*",
                "\/recorder\/assets\/images\/close.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "TakeaScreen",
        "default_popup": "popup.html",
        "default_icon": "logo\/icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "tabCapture",
        "tabs",
        "downloads",
        "storage",
        "identity",
        "downloads.shelf",
        "scripting",
        "http:\/\/*\/*",
        "https:\/\/*\/"
    ],
    "host_permissions": [
        "https:\/\/takeascreen.com\/*"
    ],
    "commands": {
        "cancel": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "__MSG_extCancel__"
        },
        "mute\/unmute": {
            "suggested_key": {
                "default": "Alt+M",
                "mac": "Alt+M"
            },
            "description": "__MSG_extMute__"
        },
        "stop": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "__MSG_extStop__"
        },
        "pause\/resume": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Alt+P"
            },
            "description": "__MSG_extPause__"
        }
    }
}