QShot

Quick way to capture any area in web

QShotคืออะไร?

QShot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Risto N และคุณลักษณะหลักของมันคือ "Quick way to capture any area in web"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย QShot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Capture areas in web browser quickly without using print screen and paint.

The extension code is open sourced take a look at https://github.com/riston/qshot.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ QShot QShot
ID japnknidaadlnbmhmbcboadkogiglmjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qshot/japnknidaadlnbmhmbcboadkogiglmjd
คำอธิบาย Quick way to capture any area in web
ขนาดไฟล์ 963 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2015-12-27
วันที่เผยแพร่ 2015-12-27
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Risto N
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/riston/qshot
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QShot",
    "description": "Quick way to capture any area in web",
    "version": "1.3",
    "icons": {
        "16": "assets\/logo-16.png",
        "48": "assets\/logo-48.png",
        "128": "assets\/logo-128.png"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "background"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "index.html",
        "bundle.js",
        "execute.js",
        "execute-close.js"
    ]
}