ShareScreen by lab.narbot.org
This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.
Cos'è ShareScreen by lab.narbot.org?
ShareScreen by lab.narbot.org è un'estensione di Chrome sviluppata da vincent, e la sua funzione principale è "This Chrome extension is developed to allow capture content of your screen using lab.narbot.org.".
Scarica il file CRX dell'estensione ShareScreen by lab.narbot.org
Scarica i file di estensione ShareScreen by lab.narbot.org 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
Informazioni di Base sull'Estensione
Nome | ShareScreen by lab.narbot.org |
ID | bdmnjlaenedmfiihbaibdmmnpnoocedj |
URL Ufficiale | https://chromewebstore.google.com/detail/sharescreen-by-labnarboto/bdmnjlaenedmfiihbaibdmmnpnoocedj |
Descrizione | This Chrome extension is developed to allow capture content of your screen using lab.narbot.org. |
Dimensione del File | 8.46 KB |
Conteggio Installazioni | 77 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2017-05-07 |
Data di Pubblicazione | 2017-05-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | vincent |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://lab.narbot.org/room/ |
URL della Pagina di Aiuto | https://lab.narbot.org/ |
Lingue Supportate | 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" ] } |