Pipe Screen Capture

Pipe screen capture extension

Pipe Screen Captureคืออะไร?

Pipe Screen Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://addpipe.com และคุณลักษณะหลักของมันคือ "Pipe screen capture extension"

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

screenshot

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

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

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

                        With this extension Pipe can capture the screen if given the permission.

Developer
Email: [email protected]                    

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

ชื่อ Pipe Screen Capture Pipe Screen Capture
ID cbmhjlfmbhihimmlofbgkplnhgbgiipn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pipe-screen-capture/cbmhjlfmbhihimmlofbgkplnhgbgiipn
คำอธิบาย Pipe screen capture extension
ขนาดไฟล์ 10.09 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-02-13
วันที่เผยแพร่ 2018-02-13
ผู้พัฒนา https://addpipe.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pipe Screen Capture",
    "author": "Pipe",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Pipe screen capture extension",
    "homepage_url": "https:\/\/www.addpipe.com\/",
    "background": {
        "scripts": [
            "pipe_sc.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.addpipe.com\/*",
            "https:\/\/hdfvr.com\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ],
    "icons": {
        "48": "pipe-icon.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ]
}