Quick Shot

Capture screen shots of your web browser and download them automatically.

Quick Shotคืออะไร?

Quick Shot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย apl7 และคุณลักษณะหลักของมันคือ "Capture screen shots of your web browser and download them automatically."

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

screenshot
screenshot

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

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

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

                        Install Quick Shot to easily capture a photo of your browser screen. Simply click the Quick Shot button once and a screenshot will automatically download to your computer.                    

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

ชื่อ Quick Shot Quick Shot
ID gjbpipacodljbejbnggbmcobopdgjlmn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/quick-shot/gjbpipacodljbejbnggbmcobopdgjlmn
คำอธิบาย Capture screen shots of your web browser and download them automatically.
ขนาดไฟล์ 29.57 KB
จำนวนการติดตั้ง 676
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2015-09-08
วันที่เผยแพร่ 2015-09-08
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา apl7
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Shot",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Capture screen shots of your web browser and download them automatically.",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "capture.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Capture and download screen shots!"
    }
}