Screen Snap

Extension to capture screenshot and source-code of active tab

What is Screen Snap?

Screen Snap is a Chrome extension developed by Vernalis, and its main feature is "Extension to capture screenshot and source-code of active tab".

Extension Screenshots

screenshot

Download Screen Snap Extension CRX File

Download Screen Snap 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

                        Extension to capture screenshot and source-code of active tab                    

Extension Basic Information

Name Screen Snap Screen Snap
ID klihclcfhmjfdpopaonbgickchjhmidc
Official URL https://chrome.google.com/webstore/detail/screen-snap/klihclcfhmjfdpopaonbgickchjhmidc
Description Extension to capture screenshot and source-code of active tab
File Size 93.78 KB
Installation Count 479
Current Version 0.0.4
Last Updated 2015-08-18
Publish Date 2015-08-18
Rating 1.00/5 Total 1 Ratings
Developer Vernalis
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Snap",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Extension to capture screenshot and source-code of active tab",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "short_name": "Screen Snap"
}