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是由https://wesenseit-vm1.shef.ac.uk:3000開發的Chrome擴展程式,該擴展的主要功能是“This extension is deployed as accompanying tool to the 'With my own eyes' application.”。

擴展截圖

screenshot

下載With My Own Eyes Screen Capturing擴展crx文件

下載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
官方網址 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"
    ]
}