Wurkr Screen Capturing
Capture full-screen or specific application's screen
Vad är Wurkr Screen Capturing?
Wurkr Screen Capturing är en Chrome-tillägg utvecklad av https://wurkr.io, och dess huvudfunktion är "Capture full-screen or specific application's screen".
Tilläggsskärmbilder
Ladda ner Wurkr Screen Capturing-förlängningens CRX-fil
Ladda ner Wurkr Screen Capturing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Plugin for Wurkr screen sharing capability Grundläggande Information om Tillägg
| Namn | |
| ID | ilohclllmdkbfhhfbchephbifeojkgoa |
| Officiell webbadress | https://chromewebstore.google.com/detail/wurkr-screen-capturing/ilohclllmdkbfhhfbchephbifeojkgoa |
| Beskrivning | Capture full-screen or specific application's screen |
| Filstorlek | 5.45 KB |
| Antal Installationer | 225 |
| Aktuell Version | 3.0 |
| Senast Uppdaterad | 2019-06-11 |
| Publiceringsdatum | 2019-06-11 |
| Utvecklare | https://wurkr.io |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://wurkr.io |
| Stödda Språk | 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"
]
} | |