Snap Web

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

Snap Web là gì?

Snap Web là một tiện ích mở rộng Chrome được phát triển bởi Techfas.com, và tính năng chính của nó là "Snap Web by techfas helps you take full webpage screenshot with just one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Snap Web

Tải xuống các tệp mở rộng Snap Web dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Snap Web Snap Web
ID lbfahjmbbaapdgkeofapjckkkandeial
URL Chính Thức https://chrome.google.com/webstore/detail/snap-web/lbfahjmbbaapdgkeofapjckkkandeial
Mô tả Snap Web by techfas helps you take full webpage screenshot with just one click.
Kích Thước Tệp 4.1 MB
Số Lần Cài Đặt 42
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-04-27
Ngày Phát Hành 2020-04-27
Nhà Phát Triển Techfas.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://techfas.com
Ngôn Ngữ Được Hỗ Trợ 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'"
}