Comunica.me Capture

Captura pantalla y tab en Chrome

Comunica.me Capture란 무엇입니까?

Comunica.me Capture은(는) https://comunica.me:8443에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Captura pantalla y tab en Chrome"입니다.

Comunica.me Capture 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Plugin para compartir el escritorio en videoconferencias                    

확장 프로그램 기본 정보

이름 Comunica.me Capture Comunica.me Capture
ID hnahjooaaabflojedjonlpjigekmidao
공식 URL https://chromewebstore.google.com/detail/comunicame-capture/hnahjooaaabflojedjonlpjigekmidao
설명 Captura pantalla y tab en Chrome
파일 크기 6.36 MB
설치 횟수 26
현재 버전 1.0.8
최근 업데이트 2016-02-23
출시 날짜 2016-02-23
평점 5.00/5 총 2 개의 평점
개발자 https://comunica.me:8443
결제 유형 free
지원되는 언어 es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "bower_components\/webrtc-adapter\/adapter.js",
            "bower_components\/angular\/angular.min.js",
            "components\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": ""
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+R"
            }
        },
        "toggle-pause": {
            "description": "Pausar\/Detener Grabaci\u00f3n",
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        },
        "toggle-recording": {
            "description": "Iniciar\/Detener Grabaci\u00f3n",
            "suggested_key": {
                "chromeos": "Ctrl+Shift+S",
                "default": "Alt+Shift+S"
            }
        }
    },
    "description": "Captura pantalla y tab en Chrome ",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "minimum_chrome_version": "37",
    "name": "Comunica.me Capture",
    "optional_permissions": [],
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.evolutel.com.mx\/*",
                "*:\/\/*.comunica.me\/*",
                "*:\/\/172.17.0.36\/*",
                "*:\/\/172.17.0.20\/*",
                "*:\/\/172.17.0.22\/*",
                "*:\/\/201.168.207.102\/*"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "activeTab",
        "notifications",
        "unlimitedStorage",
        "webNavigation",
        "desktopCapture",
        "clipboardWrite",
        "unlimitedStorage",
        "nativeMessaging",
        "background",
        "tabs",
        "tabCapture"
    ],
    "platforms": [
        {
            "nacl_arch": "x86-32",
            "sub_package_path": "_platform_specific\/x86-32\/"
        },
        {
            "nacl_arch": "x86-64",
            "sub_package_path": "_platform_specific\/x86-64\/"
        }
    ],
    "short_name": "Comunica.me Capture",
    "version": "1.0.8",
    "manifest_version": 2,
    "homepage_url": "https:\/\/comunica.me:8443\/"
}