Snap Web

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

什么是Snap Web?

Snap Web是由Techfas.com开发的Chrome扩展程序,该扩展的主要功能是“Snap Web by techfas helps you take full webpage screenshot with just one click.”。

扩展截图

screenshot

下载Snap Web扩展crx文件

下载Snap Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Snap Web Snap Web
ID lbfahjmbbaapdgkeofapjckkkandeial
官方URL https://chrome.google.com/webstore/detail/snap-web/lbfahjmbbaapdgkeofapjckkkandeial
简介 Snap Web by techfas helps you take full webpage screenshot with just one click.
文件大小 4.1 MB
安装次数 42
当前版本 0.1
更新时间 2020-04-27
上架时间 2020-04-27
开发者 Techfas.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://techfas.com
支持的语言 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'"
}