Snap Web

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

Vad är Snap Web?

Snap Web är en Chrome-tillägg utvecklad av Techfas.com, och dess huvudfunktion är "Snap Web by techfas helps you take full webpage screenshot with just one click.".

Tilläggsskärmbilder

screenshot

Ladda ner Snap Web-förlängningens CRX-fil

Ladda ner Snap Web-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Snap Web Snap Web
ID lbfahjmbbaapdgkeofapjckkkandeial
Officiell webbadress https://chrome.google.com/webstore/detail/snap-web/lbfahjmbbaapdgkeofapjckkkandeial
Beskrivning Snap Web by techfas helps you take full webpage screenshot with just one click.
Filstorlek 4.1 MB
Antal Installationer 42
Aktuell Version 0.1
Senast Uppdaterad 2020-04-27
Publiceringsdatum 2020-04-27
Utvecklare Techfas.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://techfas.com
Stödda Språk 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'"
}