OCS Screenshot - one click screen
Click on the icon, select the desired area and the screenshot is ready! Edit and upload to the server!
Cos'è OCS Screenshot - one click screen?
OCS Screenshot - one click screen è un'estensione di Chrome sviluppata da BestExt, e la sua funzione principale è "Click on the icon, select the desired area and the screenshot is ready! Edit and upload to the server!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OCS Screenshot - one click screen
Scarica i file di estensione OCS Screenshot - one click screen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | khmhhkgaaiahenmceafkfkbkioddhchh |
URL Ufficiale | https://chrome.google.com/webstore/detail/ocs-screenshot-one-click/khmhhkgaaiahenmceafkfkbkioddhchh |
Descrizione | Click on the icon, select the desired area and the screenshot is ready! Edit and upload to the server! |
Dimensione del File | 61.73 KB |
Conteggio Installazioni | 3,678 |
Versione Corrente | 1.2.8 |
Ultimo Aggiornamento | 2022-02-15 |
Data di Pubblicazione | 2020-01-27 |
Valutazione | 3.71/5 Totale 14 Valutazioni |
Sviluppatore | BestExt |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://is-top.ru/privacy.html |
Lingue Supportate | 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" } |