Snippit
Grab screenshots easy from your browser!
Snippit란 무엇입니까?
Snippit은(는) dinobpublishing에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grab screenshots easy from your browser!"입니다.
확장 프로그램 스크린샷
Snippit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Need to save a quick screenshot? Snippit is designed specifically to give you full screenshot of whatever you might be looking at! Just click it and Snippit! Best of all it is absolutely 100% free! I like to make tools to help people, and I hope you enjoy Snippit! **NEW FOR VERSION 1.2.0** - Users requested confirmation when a file was saved/copied this has been added. When you click either button once the save/copy is done the extension will tell you. =) --------------------------------------------------------------- **NEW FOR VERSION 1.1.0** - You can now copy your screenshots directly to your clipboard! If you don't want to save your screen shot to your computer, but want to instead copy it, click "Copy to Clipboard!" and you can paste it wherever you want!
확장 프로그램 기본 정보
이름 | Snippit |
ID | hhcbdolcmnbmnlkfiekegpkemgckhlii |
공식 URL | https://chromewebstore.google.com/detail/snippit/hhcbdolcmnbmnlkfiekegpkemgckhlii |
설명 | Grab screenshots easy from your browser! |
파일 크기 | 1.65 MB |
설치 횟수 | 1,235 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2022-07-11 |
출시 날짜 | 2021-05-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | dinobpublishing |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Snippit", "description": "Grab screenshots easy from your browser!", "version": "1.2.0", "action": { "default_popup": "index.html" }, "icons": { "16": "assets\/snippit16.png", "48": "assets\/snippit48.png", "128": "assets\/snippit128.png" }, "permissions": [ "activeTab", "clipboardWrite", "unlimitedStorage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "*:\/\/*\/*" ] } |