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文件

下载Comunica.me Capture扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/"
}