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
官方網址 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'"
}