Make a Screenshot

Easy one click screenshot. The screenshot comes in a new tab.

Make a Screenshot क्या है?

Make a Screenshot http://earth3dmap.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy one click screenshot. The screenshot comes in a new tab."।

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

screenshot
screenshot

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

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

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

                        Easy tool to make screenshots. 

Just visit a website, click on the Make a Screenshot icon in your Chrome and the screenshot is ready. 
It will be visible in a new tab and then you can right-click the picture and save it. 
This screenshot extension is very small and quick. 

You can test it now. 
Thank you!

Make a Screenshot is a snapshot tool and it gives you the easiest way to capture your screen into images.                    

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

नाम Make a Screenshot Make a Screenshot
ID gfpdknjgjlakoegfncghjdggmolfocpa
आधिकारिक URL https://chromewebstore.google.com/detail/make-a-screenshot/gfpdknjgjlakoegfncghjdggmolfocpa
विवरण Easy one click screenshot. The screenshot comes in a new tab.
फ़ाइल का आकार 16.64 KB
स्थापना संख्या 77,435
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-07-18
प्रकाशन तिथि 2018-07-18
रेटिंग 3.72/5 कुल 43 रेटिंग्स
डेवलपर http://earth3dmap.com
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://earth3dmap.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make a Screenshot",
    "version": "1.2",
    "description": "Easy one click screenshot. The screenshot comes in a new tab.",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "camera.png",
        "default_title": "Make a screenshot!"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}