ScreenSnip

A tool that allows you to take a screenshot of the current tab and crop it.

What is ScreenSnip?

ScreenSnip is a Chrome extension developed by bhayatus, and its main feature is "A tool that allows you to take a screenshot of the current tab and crop it.".

Extension Screenshots

screenshot
screenshot

Download ScreenSnip Extension CRX File

Download ScreenSnip 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

                        Take a screenshot of the current visible area in your Chrome tab and crop to your liking. Currently supports saving as .png/.jpeg/.webp. For faster access, you can also directly copy to the clipboard.                    

Extension Basic Information

Name ScreenSnip ScreenSnip
ID okodoejppedehahibmdngneledbkliap
Official URL https://chromewebstore.google.com/detail/screensnip/okodoejppedehahibmdngneledbkliap
Description A tool that allows you to take a screenshot of the current tab and crop it.
File Size 44.84 KB
Installation Count 1,086
Current Version 1.1.0
Last Updated 2020-04-05
Publish Date 2020-04-05
Rating 5.00/5 Total 3 Ratings
Developer bhayatus
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScreenSnip",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "A tool that allows you to take a screenshot of the current tab and crop it.",
    "browser_action": {
        "default_title": "ScreenSnip"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/background\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads"
    ]
}