Snap Web

Snap Web by techfas helps you take full webpage screenshot with just one click.

What is Snap Web?

Snap Web is a Chrome extension developed by Techfas.com, and its main feature is "Snap Web by techfas helps you take full webpage screenshot with just one click.".

Extension Screenshots

screenshot

Download Snap Web Extension CRX File

Download Snap Web 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 at one click you get the screen of shot of whole page and the screenshot is downloaded automatically to your computer.                    

Extension Basic Information

Name Snap Web Snap Web
ID lbfahjmbbaapdgkeofapjckkkandeial
Official URL https://chrome.google.com/webstore/detail/snap-web/lbfahjmbbaapdgkeofapjckkkandeial
Description Snap Web by techfas helps you take full webpage screenshot with just one click.
File Size 4.1 MB
Installation Count 42
Current Version 0.1
Last Updated 2020-04-27
Publish Date 2020-04-27
Developer Techfas.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://techfas.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snap Web",
    "version": "0.1",
    "description": "Snap Web by techfas helps you take full webpage screenshot with just one click.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "html2canvas.js",
                "content.js"
            ]
        }
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "mainpop.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}