With My Own Eyes Screen Capturing

This extension is deployed as accompanying tool to the 'With my own eyes' application.

With My Own Eyes Screen Capturingคืออะไร?

With My Own Eyes Screen Capturing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wesenseit-vm1.shef.ac.uk:3000 และคุณลักษณะหลักของมันคือ "This extension is deployed as accompanying tool to the 'With my own eyes' application."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย With My Own Eyes Screen Capturing

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

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

                        This chrome extension simply captures content of your screen. is deployed here as accompanying tool for the 'With my own eyes' tool. Do not use unless you need to use the tool above.

## Credits
This extension was initially developed by Muaz Khan. All credits to him.

The original extension can be found at https://chrome.google.com/webstore/detail/screen-capturing/ajhifddimkapgcifgcodmmfdlknahffk.                    

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

ชื่อ With My Own Eyes Screen Capturing With My Own Eyes Screen Capturing
ID cigkbmjhnhkhoonlcennlonfjmmkpdln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/with-my-own-eyes-screen-c/cigkbmjhnhkhoonlcennlonfjmmkpdln
คำอธิบาย This extension is deployed as accompanying tool to the 'With my own eyes' application.
ขนาดไฟล์ 7.54 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 3.34
อัปเดตครั้งล่าสุด 2015-01-12
วันที่เผยแพร่ 2015-01-12
ผู้พัฒนา https://wesenseit-vm1.shef.ac.uk:3000
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "With My Own Eyes Screen Capturing",
    "author": "Fabio Ciravegna",
    "version": "3.34",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension is deployed as accompanying tool to the 'With my own eyes' application.",
    "homepage_url": "http:\/\/staffwww.dcs.shef.ac.uk\/people\/F.Ciravegna\/Fabio_Ciravegna\/Home.html",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}