Make a Screenshot
Easy one click screenshot. The screenshot comes in a new tab.
What is Make a Screenshot?
Make a Screenshot is a Chrome extension developed by http://earth3dmap.com, and its main feature is "Easy one click screenshot. The screenshot comes in a new tab.".
Extension Screenshots
Download Make a Screenshot Extension CRX File
Download Make a Screenshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Make a Screenshot |
ID | gfpdknjgjlakoegfncghjdggmolfocpa |
Official URL | https://chromewebstore.google.com/detail/make-a-screenshot/gfpdknjgjlakoegfncghjdggmolfocpa |
Description | Easy one click screenshot. The screenshot comes in a new tab. |
File Size | 16.64 KB |
Installation Count | 77,435 |
Current Version | 1.2 |
Last Updated | 2018-07-18 |
Publish Date | 2018-07-18 |
Rating | 3.72/5 Total 43 Ratings |
Developer | http://earth3dmap.com |
Payment Type | free |
Privacy Policy Page URL | http://earth3dmap.com/privacy-policy |
Supported Languages | 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 } |