Snap Web

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

Snap Webคืออะไร?

Snap Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Techfas.com และคุณลักษณะหลักของมันคือ "Snap Web by techfas helps you take full webpage screenshot with just one click."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snap Web

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}