Screenshot Capture

Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye.

Screenshot Capture क्या है?

Screenshot Capture Helping Hands द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye."।

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

screenshot
screenshot
screenshot

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

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

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

                        Captures Screen shots at ease with just a mouse click.
This helps in saving the file in your specified format.
Different from other screenshot applications as it captures the visible part of tab or webpage only not the entire screen.
Simple and Easy to use.

How to use:

1)Navigate to your desired page and click on the icon present at the right top.
2)It takes a screen shot of the screen and opens in a new tab and you can save it with your desired name and format.
3)Now right click on the image that is opened in the new tab and use different options to save
Different options available
1) Click on the "Save image as" to save the image to your Disk in any format.
2) Click on the "Copy image" to copy the image and paste it in word,excel,mail and so on..
3) Click on the "Search Google for image" to launch image search in google                    

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

नाम Screenshot Capture Screenshot Capture
ID gmpjpbggancfjbfkhfjnkdfnjpgdjakp
आधिकारिक URL https://chromewebstore.google.com/detail/screenshot-capture/gmpjpbggancfjbfkhfjnkdfnjpgdjakp
विवरण Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye.
फ़ाइल का आकार 17.71 KB
स्थापना संख्या 1,867
वर्तमान संस्करण 3.7
अंतिम अपडेट 2021-02-22
प्रकाशन तिथि 2019-06-21
रेटिंग 4.64/5 कुल 42 रेटिंग्स
डेवलपर Helping Hands
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screenshot Capture",
    "description": "Just a Mouse click will Capture visible content of a tab or a region of a webpage at a blink of eye.",
    "version": "3.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}