Screencap

Screencap

Screencap क्या है?

Screencap Surya Nuchu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screencap"।

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

screenshot
screenshot

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

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

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

                        Screencap is a screenshot Chrome extension that lets you capture the entire screen on Chrome. It is one of the best screenshot add-ons that you can find in the Google Web store.

Intro
———
Screencap will help you to get more work done by
1. Collaborate with Others
2. Demonstrate How to Perform a Function
3. Show Exactly What’s Happening

Features
———
➼ Capture the full page not just the visible area.
➼ Just one click to capture the entire screen.
➼ Beautiful animations to show you progress of the process.
➼ Save PNG files with one click.
➼ No login or registration required.
➼ There are no restrictions on the size or size of the file.

Privacy & Terms use
———
We don't collect or monitor any of your personal information.                    

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

नाम Screencap Screencap
ID aniaallgmlgdlefladlfhadglocahllm
आधिकारिक URL https://chromewebstore.google.com/detail/screencap/aniaallgmlgdlefladlfhadglocahllm
विवरण Screencap
फ़ाइल का आकार 1.44 MB
स्थापना संख्या 665
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-01-14
प्रकाशन तिथि 2020-12-23
रेटिंग 5.00/5 कुल 11 रेटिंग्स
डेवलपर Surya Nuchu
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/screencap/home
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screencap",
    "version": "1.0.1",
    "description": "Screencap",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/Icon-16.png",
        "48": "icons\/Icon-48.png",
        "128": "icons\/Icon-128.png"
    },
    "browser_action": {
        "default_title": "Capture Full Screen",
        "default_icon": "icons\/Icon-16.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        }
    },
    "permissions": [
        "activeTab",
        "unlimitedStorage"
    ]
}