Screensync Screenshot & Screen Recorder

Capture & Share Your Screen With Ease

Screensync Screenshot & Screen Recorder क्या है?

Screensync Screenshot & Screen Recorder nitro4real द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture & Share Your Screen With Ease"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Screensync Screenshot & Screen Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Capture a screenshot of the desktop edit it and save it , upload it to server and share it with your friends.
Record your screen and save it in a video file.

NOW VISION IS AVAILABLE!
Vision is a public gallery where you can upload your favorite images.

Key Features:
-Take screenshot and share it
-Select any part of the page
-Take full page capture and save it locally or upload it to your favorite social media.
-Capture your screen area in a video file
-Manipulate your images with filtes 
-Premium BlackLight skin
-Image love collector  (save every image you see in a website to your gallery)
-Browse your screenshot history
-Save on a disk or upload to a server
-Search for similar screenshots                    

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

नाम Screensync Screenshot & Screen Recorder Screensync Screenshot & Screen Recorder
ID pjjmdmkacddcpmeblgopomgcoidabifi
आधिकारिक URL https://chromewebstore.google.com/detail/screensync-screenshot-scr/pjjmdmkacddcpmeblgopomgcoidabifi
विवरण Capture & Share Your Screen With Ease
फ़ाइल का आकार 275 KB
स्थापना संख्या 91
वर्तमान संस्करण 1.0.9
अंतिम अपडेट 2021-08-29
प्रकाशन तिथि 2020-11-05
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर nitro4real
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://screensync.org/
सहायता पृष्ठ URL https://screensync.org/faq
गोपनीयता नीति पृष्ठ URL https://screensync.org/tos
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/jquery.js",
            "scripts\/background.js",
            "scripts\/api.js"
        ]
    },
    "browser_action": {
        "default_popup": "main.html"
    },
    "description": "Capture & Share Your Screen With Ease",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-19.png"
    },
    "manifest_version": 2,
    "name": "Screensync Screenshot & Screen Recorder",
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/script.js"
            ],
            "css": [
                "css\/mycss.css"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.9",
    "options_page": "options.html",
    "commands": {
        "captureregion": {
            "suggested_key": {
                "default": "Ctrl+Shift+V"
            },
            "description": "It captures a region of your choice."
        }
    }
}