Captura de pantalla

Captura de pantalla

Captura de pantallaคืออะไร?

Captura de pantalla เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Captura de pantalla"

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

screenshot

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

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

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

                        Aplicación para compartir pantalla de la empresa Sistemas y Computadores S.A                    

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

ชื่อ Captura de pantalla Captura de pantalla
ID cgedbiilboejmehknfgmnajcachaondo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/captura-de-pantalla/cgedbiilboejmehknfgmnajcachaondo
คำอธิบาย Captura de pantalla
ขนาดไฟล์ 13.21 KB
จำนวนการติดตั้ง 248
เวอร์ชันปัจจุบัน 4.0
อัปเดตครั้งล่าสุด 2019-01-03
วันที่เผยแพร่ 2019-01-03
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Captura de pantalla",
    "author": "Muaz Khan",
    "version": "4.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Captura de pantalla",
    "homepage_url": "https:\/\/github.com\/muaz-khan\/Chrome-Extensions\/tree\/master\/desktopCapture",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.syc.com.co\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}