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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}