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文件
下載OCS Screenshot - one click screen擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |