Flow Diagram with Screenshots
Allows you to capture your desktop to generate a flow diagram with screenshots.
Cos'è Flow Diagram with Screenshots?
Flow Diagram with Screenshots è un'estensione di Chrome sviluppata da Plataforma de Assinaturas, e la sua funzione principale è "Allows you to capture your desktop to generate a flow diagram with screenshots.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Flow Diagram with Screenshots
Scarica i file di estensione Flow Diagram with Screenshots 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
Instructions: 1) Install the extension 2) And open: https://jorgemangueira.com/fds/
Informazioni di Base sull'Estensione
Nome | |
ID | jkkegbinggpnjibncfepgfgaklceohek |
URL Ufficiale | https://chrome.google.com/webstore/detail/flow-diagram-with-screens/jkkegbinggpnjibncfepgfgaklceohek |
Descrizione | Allows you to capture your desktop to generate a flow diagram with screenshots. |
Dimensione del File | 71.13 KB |
Conteggio Installazioni | 484 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2018-10-31 |
Data di Pubblicazione | 2018-10-31 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Plataforma de Assinaturas |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flow Diagram with Screenshots", "description": "Allows you to capture your desktop to generate a flow diagram with screenshots.", "version": "0.1.3", "author": "Jorge A. Mangueira", "manifest_version": 2, "background": { "scripts": [ "extension.js" ], "persistent": false }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "https:\/\/jorgemangueira.com\/*\/*" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |