Wurkr Screen Capturing
Capture full-screen or specific application's screen
Qu'est-ce que Wurkr Screen Capturing ?
Wurkr Screen Capturing est une extension Chrome développée par https://wurkr.io, et sa fonction principale est "Capture full-screen or specific application's screen".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wurkr Screen Capturing
Téléchargez les fichiers d'extension Wurkr Screen Capturing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Plugin for Wurkr screen sharing capability
Informations de Base sur l'Extension
Nom | Wurkr Screen Capturing |
ID | ilohclllmdkbfhhfbchephbifeojkgoa |
URL Officiel | https://chromewebstore.google.com/detail/wurkr-screen-capturing/ilohclllmdkbfhhfbchephbifeojkgoa |
Description | Capture full-screen or specific application's screen |
Taille du Fichier | 5.45 KB |
Nombre d'Installations | 225 |
Version Actuelle | 3.0 |
Dernière Mise à Jour | 2019-06-11 |
Date de Publication | 2019-06-11 |
Développeur | https://wurkr.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://wurkr.io |
Langues Prises en Charge | 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" ] } |