ShareScreen by lab.narbot.org
This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.
Qu'est-ce que ShareScreen by lab.narbot.org ?
ShareScreen by lab.narbot.org est une extension Chrome développée par vincent, et sa fonction principale est "This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.".
Télécharger le fichier CRX de l'extension ShareScreen by lab.narbot.org
Téléchargez les fichiers d'extension ShareScreen by lab.narbot.org 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
Informations de Base sur l'Extension
Nom | ShareScreen by lab.narbot.org |
ID | bdmnjlaenedmfiihbaibdmmnpnoocedj |
URL Officiel | https://chromewebstore.google.com/detail/sharescreen-by-labnarboto/bdmnjlaenedmfiihbaibdmmnpnoocedj |
Description | This Chrome extension is developed to allow capture content of your screen using lab.narbot.org. |
Taille du Fichier | 8.46 KB |
Nombre d'Installations | 77 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2017-05-07 |
Date de Publication | 2017-05-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | vincent |
Type de Paiement | free |
Site Web de l'Extension | https://lab.narbot.org/room/ |
URL de la Page d'Aide | https://lab.narbot.org/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShareScreen by lab.narbot.org", "author": "Vincent Narbot", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.", "homepage_url": "https:\/\/lab.narbot.org\/room\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.narbot.org\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "logo.png" ] } |