Snap Web

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

Co to jest Snap Web?

Snap Web to rozszerzenie Chrome opracowane przez Techfas.com, a jego główną funkcją jest „Snap Web by techfas helps you take full webpage screenshot with just one click.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Snap Web

Pobierz pliki rozszerzeń Snap Web w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Snap Web Snap Web
ID lbfahjmbbaapdgkeofapjckkkandeial
Oficjalny URL https://chrome.google.com/webstore/detail/snap-web/lbfahjmbbaapdgkeofapjckkkandeial
Opis Snap Web by techfas helps you take full webpage screenshot with just one click.
Rozmiar pliku 4.1 MB
Liczba instalacji 42
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2020-04-27
Data Publikacji 2020-04-27
Deweloper Techfas.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://techfas.com
Obsługiwane Języki 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'"
}