OCS Screenshot - one click screen
Click on the icon, select the desired area and the screenshot is ready! Edit and upload to the server!
OCS Screenshot - one click screen란 무엇입니까?
OCS Screenshot - one click screen은(는) BestExt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click on the icon, select the desired area and the screenshot is ready! Edit and upload to the server!"입니다.
확장 프로그램 스크린샷
OCS Screenshot - one click screen 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you need to take a screenshot, take a screenshot in 1 second, then our extension is what you need! Updated to version 1.2.8: - Added a convenient editor for the screenshots you have taken. (pencil, marker, line, arrow, etc.) - Adding text and resizing the screen after selecting the desired area! Great replacement for Lightshot. As in Light shot, our extension displays the dimensions of your screen and immediately uploads them to the server, before that you can edit it, apply the desired text, and so on. Also, our screenshot maker is not inferior to Joxi, because the number of screenshots you take is unlimited! Also, you do not need to register anywhere, register and buy any access! There is also a history of all your pictures, access to which you will always have.
확장 프로그램 기본 정보
이름 | |
ID | khmhhkgaaiahenmceafkfkbkioddhchh |
공식 URL | https://chrome.google.com/webstore/detail/ocs-screenshot-one-click/khmhhkgaaiahenmceafkfkbkioddhchh |
설명 | Click on the icon, select the desired area and the screenshot is ready! Edit and upload to the server! |
파일 크기 | 61.73 KB |
설치 횟수 | 3,678 |
현재 버전 | 1.2.8 |
최근 업데이트 | 2022-02-15 |
출시 날짜 | 2020-01-27 |
평점 | 3.71/5 총 14 개의 평점 |
개발자 | BestExt |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://is-top.ru/privacy.html |
지원되는 언어 | de,en,fr,ru |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "OCS Screenshot" }, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.8" } |