Screenshot It
Screenshot It
What is Screenshot It?
Screenshot It is a Chrome extension developed by http://sage.ga, and its main feature is "Screenshot It".
Extension Screenshots
Download Screenshot It Extension CRX File
Download Screenshot It 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
Just click on the Browser icon and take the visible screen as image and save by clicking on the image. Easy to use for a visible tab to take screenshot.
Extension Basic Information
Name | |
ID | jdapkbgkamadhkellenmncglbpaglfom |
Official URL | https://chrome.google.com/webstore/detail/screenshot-it/jdapkbgkamadhkellenmncglbpaglfom |
Description | Screenshot It |
File Size | 40.49 KB |
Installation Count | 22 |
Current Version | 0.0.1 |
Last Updated | 2019-04-23 |
Publish Date | 2019-04-23 |
Developer | http://sage.ga |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://sage.ga |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "permissions": [ "activeTab", "tabs" ], "name": "Screenshot It", "description": "Screenshot It", "icons": { "48": "icon.png" }, "version": "0.0.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Click to Screenshot Visible tab" } } |