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
Eメール [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'"
}