Gatherhub Screen Capture
Help users to do screen casting on GatherHub.
Cos'è Gatherhub Screen Capture?
Gatherhub Screen Capture è un'estensione di Chrome sviluppata da https://www.gatherhub.xyz, e la sua funzione principale è "Help users to do screen casting on GatherHub.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gatherhub Screen Capture
Scarica i file di estensione Gatherhub Screen Capture 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
This extension could help to do screen capture automatically when you use the screen casting feature on www.gatherhub.com.
Informazioni di Base sull'Estensione
Nome | |
ID | bdnieppldnkoaajefibbnpmemgfdkben |
URL Ufficiale | https://chromewebstore.google.com/detail/gatherhub-screen-capture/bdnieppldnkoaajefibbnpmemgfdkben |
Descrizione | Help users to do screen casting on GatherHub. |
Dimensione del File | 11.96 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2015-12-17 |
Data di Pubblicazione | 2015-12-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.gatherhub.xyz |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gatherhub Screen Capture", "description": "Help users to do screen casting on GatherHub.", "version": "0.1.2", "manifest_version": 2, "minimum_chrome_version": "34", "browser_action": { "default_icon": "ghub-16.png" }, "icons": { "16": "ghub-16.png", "48": "ghub-48.png", "128": "ghub-128.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.gatherhub.xyz\/*", "https:\/\/www.gatherhub.com\/*", "https:\/\/192.168.10.10\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/www.gatherhub.xyz\/*", "https:\/\/www.gatherhub.com\/*", "https:\/\/192.168.10.10\/*" ] } } |