With My Own Eyes Screen Capturing
This extension is deployed as accompanying tool to the 'With my own eyes' application.
O que é With My Own Eyes Screen Capturing?
With My Own Eyes Screen Capturing é uma extensão do Chrome desenvolvida por https://wesenseit-vm1.shef.ac.uk:3000, e sua principal característica é "This extension is deployed as accompanying tool to the 'With my own eyes' application.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão With My Own Eyes Screen Capturing
Baixe arquivos de extensão With My Own Eyes Screen Capturing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | With My Own Eyes Screen Capturing |
ID | cigkbmjhnhkhoonlcennlonfjmmkpdln |
URL Oficial | https://chromewebstore.google.com/detail/with-my-own-eyes-screen-c/cigkbmjhnhkhoonlcennlonfjmmkpdln |
Descrição | This extension is deployed as accompanying tool to the 'With my own eyes' application. |
Tamanho do Arquivo | 7.54 KB |
Contagem de Instalações | 13 |
Versão Atual | 3.34 |
Última Atualização | 2015-01-12 |
Data de Publicação | 2015-01-12 |
Desenvolvedor | https://wesenseit-vm1.shef.ac.uk:3000 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |