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.」です。
拡張機能のスクリーンショット
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 |
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" ] } |