Flow Diagram with Screenshots

Allows you to capture your desktop to generate a flow diagram with screenshots.

Hvad er Flow Diagram with Screenshots?

Flow Diagram with Screenshots er en Chrome-udvidelse udviklet af Plataforma de Assinaturas, og dens hovedfunktion er "Allows you to capture your desktop to generate a flow diagram with screenshots.".

Udvidelsesskærmbilleder

screenshot

Download Flow Diagram with Screenshots-udvidelses-CRX-fil

Download Flow Diagram with Screenshots-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Instructions:
1) Install the extension
2) And open: https://jorgemangueira.com/fds/                    

Grundlæggende oplysninger om udvidelsen

Navn Flow Diagram with Screenshots Flow Diagram with Screenshots
ID jkkegbinggpnjibncfepgfgaklceohek
Officiel URL https://chrome.google.com/webstore/detail/flow-diagram-with-screens/jkkegbinggpnjibncfepgfgaklceohek
Beskrivelse Allows you to capture your desktop to generate a flow diagram with screenshots.
Filstørrelse 71.13 KB
Antal Installationer 484
Nuværende Version 0.1.3
Senest Opdateret 2018-10-31
Udgivelsesdato 2018-10-31
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler Plataforma de Assinaturas
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}