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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click on the icon, select the desired area and the screenshot is ready! Edit and upload to the server!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OCS Screenshot - one click screen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम OCS Screenshot - one click screen OCS Screenshot - one click screen
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"
}