Screen Capturing
This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.
Qu'est-ce que Screen Capturing ?
Screen Capturing est une extension Chrome développée par https://etomon.com, et sa fonction principale est "This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Screen Capturing
Téléchargez les fichiers d'extension 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
You can share screen using this plugin.
Informations de Base sur l'Extension
Nom | Screen Capturing |
ID | bdpkeokmobkmmgghknpedglcickgdnih |
URL Officiel | https://chromewebstore.google.com/detail/screen-capturing/bdpkeokmobkmmgghknpedglcickgdnih |
Description | This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options. |
Taille du Fichier | 7.77 KB |
Nombre d'Installations | 32 |
Version Actuelle | 3.6.5 |
Dernière Mise à Jour | 2018-09-12 |
Date de Publication | 2018-09-12 |
Développeur | https://etomon.com |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "author": "Zhenyu Yang", "background": { "persistent": false, "scripts": [ "background-script.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ "https:\/\/etomon.com\/*", "https:\/\/etomon.com:9999\/*", "https:\/\/www.etomon.com\/*", "https:\/\/www.etomon.com:9999\/*", "http:\/\/localhost:4200\/*", "https:\/\/localhost:4200\/*" ], "run_at": "document_end" } ], "description": "This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.", "homepage_url": "https:\/\/www.webrtc-experiment.com\/", "icons": { "48": "icon.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Screen Capturing", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.6.5", "web_accessible_resources": [ "icon.png" ] } |