Wurkr Screen Capturing
Capture full-screen or specific application's screen
Cos'è Wurkr Screen Capturing?
Wurkr Screen Capturing è un'estensione di Chrome sviluppata da https://wurkr.io, e la sua funzione principale è "Capture full-screen or specific application's screen".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wurkr Screen Capturing
Scarica i file di estensione Wurkr Screen Capturing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Plugin for Wurkr screen sharing capability Informazioni di Base sull'Estensione
| Nome | |
| ID | ilohclllmdkbfhhfbchephbifeojkgoa |
| URL Ufficiale | https://chromewebstore.google.com/detail/wurkr-screen-capturing/ilohclllmdkbfhhfbchephbifeojkgoa |
| Descrizione | Capture full-screen or specific application's screen |
| Dimensione del File | 5.45 KB |
| Conteggio Installazioni | 225 |
| Versione Corrente | 3.0 |
| Ultimo Aggiornamento | 2019-06-11 |
| Data di Pubblicazione | 2019-06-11 |
| Sviluppatore | https://wurkr.io |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://wurkr.io |
| Lingue Supportate | 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"
]
} | |