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 |
ID | hnahjooaaabflojedjonlpjigekmidao |
官方網址 | 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": [ " |