Snap Web

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

Wat is Snap Web?

Snap Web is een Chrome-extensie ontwikkeld door Techfas.com, en de belangrijkste functie is "Snap Web by techfas helps you take full webpage screenshot with just one click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Snap Web

Download Snap Web-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Just at one click you get the screen of shot of whole page and the screenshot is downloaded automatically to your computer.                    

Basisinformatie over de Extensie

Naam Snap Web Snap Web
ID lbfahjmbbaapdgkeofapjckkkandeial
Officiële URL https://chrome.google.com/webstore/detail/snap-web/lbfahjmbbaapdgkeofapjckkkandeial
Beschrijving Snap Web by techfas helps you take full webpage screenshot with just one click.
Bestandsgrootte 4.1 MB
Aantal Installaties 42
Huidige Versie 0.1
Laatst Bijgewerkt 2020-04-27
Publicatiedatum 2020-04-27
Ontwikkelaar Techfas.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://techfas.com
Ondersteunde Talen 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'"
}