OCS Screenshot - one click screen

Click on the icon, select the desired area and the screenshot is ready! Edit and upload to the server!

Was ist OCS Screenshot - one click screen?

OCS Screenshot - one click screen ist eine Chrome-Erweiterung, die von BestExt entwickelt wurde, und ihr Hauptmerkmal ist "Click on the icon, select the desired area and the screenshot is ready! Edit and upload to the server!".

Erweiterungsscreenshots

screenshot

OCS Screenshot - one click screen-Erweiterungs-CRX-Datei herunterladen

Laden Sie OCS Screenshot - one click screen-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name OCS Screenshot - one click screen OCS Screenshot - one click screen
ID khmhhkgaaiahenmceafkfkbkioddhchh
Offizielle URL https://chrome.google.com/webstore/detail/ocs-screenshot-one-click/khmhhkgaaiahenmceafkfkbkioddhchh
Beschreibung Click on the icon, select the desired area and the screenshot is ready! Edit and upload to the server!
Dateigröße 61.73 KB
Installationsanzahl 3,678
Aktuelle Version 1.2.8
Letztes Update 2022-02-15
Veröffentlichungsdatum 2020-01-27
Bewertung 3.71/5 Insgesamt 14 Bewertungen
Entwickler BestExt
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://is-top.ru/privacy.html
Unterstützte Sprachen 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"
}