Flow Diagram with Screenshots
Allows you to capture your desktop to generate a flow diagram with screenshots.
Co je Flow Diagram with Screenshots?
Flow Diagram with Screenshots je rozšíření Chrome vyvinuté Plataforma de Assinaturas, a jeho hlavní funkcí je „Allows you to capture your desktop to generate a flow diagram with screenshots.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Flow Diagram with Screenshots
Stáhněte si soubory rozšíření Flow Diagram with Screenshots ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Instructions: 1) Install the extension 2) And open: https://jorgemangueira.com/fds/
Základní Informace o Rozšíření
Název | |
ID | jkkegbinggpnjibncfepgfgaklceohek |
Oficiální URL | https://chrome.google.com/webstore/detail/flow-diagram-with-screens/jkkegbinggpnjibncfepgfgaklceohek |
Popis | Allows you to capture your desktop to generate a flow diagram with screenshots. |
Velikost souboru | 71.13 KB |
Počet instalací | 484 |
Aktuální Verze | 0.1.3 |
Poslední Aktualizace | 2018-10-31 |
Datum Vydání | 2018-10-31 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | Plataforma de Assinaturas |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |