Snap Web

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

Cos'è Snap Web?

Snap Web è un'estensione di Chrome sviluppata da Techfas.com, e la sua funzione principale è "Snap Web by techfas helps you take full webpage screenshot with just one click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Snap Web

Scarica i file di estensione Snap Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Snap Web Snap Web
ID lbfahjmbbaapdgkeofapjckkkandeial
URL Ufficiale https://chrome.google.com/webstore/detail/snap-web/lbfahjmbbaapdgkeofapjckkkandeial
Descrizione Snap Web by techfas helps you take full webpage screenshot with just one click.
Dimensione del File 4.1 MB
Conteggio Installazioni 42
Versione Corrente 0.1
Ultimo Aggiornamento 2020-04-27
Data di Pubblicazione 2020-04-27
Sviluppatore Techfas.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://techfas.com
Lingue Supportate 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'"
}