Simple screenshot
One click is enough!
Simple screenshot란 무엇입니까?
Simple screenshot은(는) https://petasittek.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One click is enough!"입니다.
확장 프로그램 스크린샷
Simple screenshot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🚀 How to use ⭐️ Click on the camera icon ⭐️ That's it, done! 🚀 Security and privacy ⭐️ No data are transmitted to anywhere. 🚀 Permissions explained ⭐️ "Manage your downloads": to be able to initiate the download of the screenshot immediately Completely free and with no ads Made with ♥ by Peta Sittek
확장 프로그램 기본 정보
이름 | Simple screenshot |
ID | eggmmlnhnjfadihmbfdkcockbmingemo |
공식 URL | https://chromewebstore.google.com/detail/simple-screenshot/eggmmlnhnjfadihmbfdkcockbmingemo |
설명 | One click is enough! |
파일 크기 | 10.05 KB |
설치 횟수 | 10,749 |
현재 버전 | 2.0.3 |
최근 업데이트 | 2023-01-19 |
출시 날짜 | 2018-04-20 |
평점 | 5.00/5 총 17 개의 평점 |
개발자 | https://petasittek.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.petasittek.com/chrome-extensions-privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple screenshot", "description": "One click is enough!", "version": "2.0.3", "icons": { "16": "16.e52722fd.png", "32": "32.00c7fb79.png", "48": "48.de65d008.png", "128": "128.4f6d7314.png" }, "action": { "default_title": "Simple screenshot", "default_icon": { "16": "16.e52722fd.png", "19": "19.3f0bd8a2.png", "24": "24.78022110.png", "32": "32.00c7fb79.png", "38": "38.4e43ac41.png", "48": "48.de65d008.png", "128": "128.4f6d7314.png" } }, "background": { "service_worker": "background.3c2a2d66.js" }, "permissions": [ "activeTab", "downloads", "storage" ] } |