With My Own Eyes Screen Capturing

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

Wat is With My Own Eyes Screen Capturing?

With My Own Eyes Screen Capturing is een Chrome-extensie ontwikkeld door https://wesenseit-vm1.shef.ac.uk:3000, en de belangrijkste functie is "This extension is deployed as accompanying tool to the 'With my own eyes' application.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie With My Own Eyes Screen Capturing

Download With My Own Eyes Screen Capturing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam With My Own Eyes Screen Capturing With My Own Eyes Screen Capturing
ID cigkbmjhnhkhoonlcennlonfjmmkpdln
Officiële URL https://chromewebstore.google.com/detail/with-my-own-eyes-screen-c/cigkbmjhnhkhoonlcennlonfjmmkpdln
Beschrijving This extension is deployed as accompanying tool to the 'With my own eyes' application.
Bestandsgrootte 7.54 KB
Aantal Installaties 13
Huidige Versie 3.34
Laatst Bijgewerkt 2015-01-12
Publicatiedatum 2015-01-12
Ontwikkelaar https://wesenseit-vm1.shef.ac.uk:3000
Betalingswijze free
Ondersteunde Talen 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"
    ]
}