Captura de pantalla
Captura de pantalla
Captura de pantalla란 무엇입니까?
Captura de pantalla은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Captura de pantalla"입니다.
확장 프로그램 스크린샷
Captura de pantalla 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Aplicación para compartir pantalla de la empresa Sistemas y Computadores S.A
확장 프로그램 기본 정보
이름 | |
ID | cgedbiilboejmehknfgmnajcachaondo |
공식 URL | https://chromewebstore.google.com/detail/captura-de-pantalla/cgedbiilboejmehknfgmnajcachaondo |
설명 | Captura de pantalla |
파일 크기 | 13.21 KB |
설치 횟수 | 248 |
현재 버전 | 4.0 |
최근 업데이트 | 2019-01-03 |
출시 날짜 | 2019-01-03 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Captura de pantalla", "author": "Muaz Khan", "version": "4.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Captura de pantalla", "homepage_url": "https:\/\/github.com\/muaz-khan\/Chrome-Extensions\/tree\/master\/desktopCapture", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/www.syc.com.co\/*" ] } ], "icons": { "48": "icon.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |