Wurkr Screen Capturing
Capture full-screen or specific application's screen
Wurkr Screen Capturingとは何ですか?
Wurkr Screen Capturingはhttps://wurkr.ioによって開発されたChromeの拡張機能で、その主な機能は「Capture full-screen or specific application's screen」です。
拡張機能のスクリーンショット
Wurkr Screen Capturing拡張機能のCRXファイルをダウンロード
Wurkr Screen Capturing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Plugin for Wurkr screen sharing capability 拡張機能の基本情報
| 名前 | |
| ID | ilohclllmdkbfhhfbchephbifeojkgoa |
| 公式URL | https://chromewebstore.google.com/detail/wurkr-screen-capturing/ilohclllmdkbfhhfbchephbifeojkgoa |
| 説明 | Capture full-screen or specific application's screen |
| ファイルサイズ | 5.45 KB |
| インストール数 | 225 |
| 現在のバージョン | 3.0 |
| 最終更新日 | 2019-06-11 |
| 公開日 | 2019-06-11 |
| 開発者 | https://wurkr.io |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://wurkr.io |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wurkr Screen Capturing",
"author": "Wurkr",
"version": "3.0",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "Capture full-screen or specific application's screen",
"homepage_url": "https:\/\/app.wurkr.io\/login",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_end",
"matches": [
"https:\/\/app.wurkr.io\/*"
]
}
],
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |