QShot
Quick way to capture any area in web
QShot란 무엇입니까?
QShot은(는) Risto N에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick way to capture any area in web"입니다.
확장 프로그램 스크린샷
QShot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Capture areas in web browser quickly without using print screen and paint. The extension code is open sourced take a look at https://github.com/riston/qshot.
확장 프로그램 기본 정보
이름 | QShot |
ID | japnknidaadlnbmhmbcboadkogiglmjd |
공식 URL | https://chromewebstore.google.com/detail/qshot/japnknidaadlnbmhmbcboadkogiglmjd |
설명 | Quick way to capture any area in web |
파일 크기 | 963 KB |
설치 횟수 | 28 |
현재 버전 | 1.3 |
최근 업데이트 | 2015-12-27 |
출시 날짜 | 2015-12-27 |
평점 | 3.33/5 총 3 개의 평점 |
개발자 | Risto N |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/riston/qshot |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QShot", "description": "Quick way to capture any area in web", "version": "1.3", "icons": { "16": "assets\/logo-16.png", "48": "assets\/logo-48.png", "128": "assets\/logo-128.png" }, "browser_action": [], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "background" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "index.html", "bundle.js", "execute.js", "execute-close.js" ] } |