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 là gì?
OCS Screenshot - one click screen là một tiện ích mở rộng Chrome được phát triển bởi BestExt, và tính năng chính của nó là "Click on the icon, select the desired area and the screenshot is ready! Edit and upload to the server!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OCS Screenshot - one click screen
Tải xuống các tệp mở rộng OCS Screenshot - one click screen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | khmhhkgaaiahenmceafkfkbkioddhchh |
URL Chính Thức | https://chrome.google.com/webstore/detail/ocs-screenshot-one-click/khmhhkgaaiahenmceafkfkbkioddhchh |
Mô tả | Click on the icon, select the desired area and the screenshot is ready! Edit and upload to the server! |
Kích Thước Tệp | 61.73 KB |
Số Lần Cài Đặt | 3,678 |
Phiên Bản Hiện Tại | 1.2.8 |
Cập Nhật Lần Cuối | 2022-02-15 |
Ngày Phát Hành | 2020-01-27 |
Đánh Giá | 3.71/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | BestExt |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://is-top.ru/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |