Snappy
Website screenshots so simple your grandma could do it.
Snappy란 무엇입니까?
Snappy은(는) Nick Germaine에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Website screenshots so simple your grandma could do it."입니다.
Snappy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of taking screenshots using the print screen button, and then having to crop out the tabs, address bar, and other on-screen junk? Well no more! Currently only visible field capture is available, but hopefully soon I'll have some time to add in full page captures, as well as video captures, and more awesome features.
확장 프로그램 기본 정보
이름 | |
ID | fphenakchojmfbkcpjhklbjadjeblcko |
공식 URL | https://chromewebstore.google.com/detail/snappy/fphenakchojmfbkcpjhklbjadjeblcko |
설명 | Website screenshots so simple your grandma could do it. |
파일 크기 | 62.82 KB |
설치 횟수 | 94 |
현재 버전 | 0.8 |
최근 업데이트 | 2017-10-01 |
출시 날짜 | 2017-10-01 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Nick Germaine |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Nick Germaine", "background": { "page": "src\/html\/background.html", "content_scripts": [ { "js": [ "src\/js\/jquery-3.2.1.min.js", "src\/js\/buy.js", "src\/js\/background.js" ] } ], "persistent": true }, "browser_action": { "default_popup": "src\/html\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/robots.txt*" ], "js": [ "oauth2\/oauth2_inject.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/css\/swag.css" ], "js": [ "src\/js\/jquery-3.2.1.min.js", "src\/js\/buy.js", "src\/js\/gmr.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/fonts.googleapis.com\/*; object-src 'self'", "description": "Website screenshots so simple your grandma could do it.", "manifest_version": 2, "name": "Snappy", "permissions": [ "tabs", "downloads", "tabCapture", " |