Snap Web

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

Apa itu Snap Web?

Snap Web adalah ekstensi Chrome yang dikembangkan oleh Techfas.com, dan fitur utamanya adalah "Snap Web by techfas helps you take full webpage screenshot with just one click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Snap Web

Unduh file ekstensi Snap Web dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Snap Web Snap Web
ID lbfahjmbbaapdgkeofapjckkkandeial
URL Resmi https://chrome.google.com/webstore/detail/snap-web/lbfahjmbbaapdgkeofapjckkkandeial
Deskripsi Snap Web by techfas helps you take full webpage screenshot with just one click.
Ukuran File 4.1 MB
Jumlah Instalasi 42
Versi Saat Ini 0.1
Terakhir Diperbarui 2020-04-27
Tanggal Publikasi 2020-04-27
Pengembang Techfas.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://techfas.com
Bahasa yang Didukung 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'"
}