Flow Diagram with Screenshots
Allows you to capture your desktop to generate a flow diagram with screenshots.
What is Flow Diagram with Screenshots?
Flow Diagram with Screenshots is a Chrome extension developed by Plataforma de Assinaturas, and its main feature is "Allows you to capture your desktop to generate a flow diagram with screenshots.".
Extension Screenshots
Download Flow Diagram with Screenshots Extension CRX File
Download Flow Diagram with Screenshots extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Instructions: 1) Install the extension 2) And open: https://jorgemangueira.com/fds/
Extension Basic Information
Name | |
ID | jkkegbinggpnjibncfepgfgaklceohek |
Official URL | https://chrome.google.com/webstore/detail/flow-diagram-with-screens/jkkegbinggpnjibncfepgfgaklceohek |
Description | Allows you to capture your desktop to generate a flow diagram with screenshots. |
File Size | 71.13 KB |
Installation Count | 484 |
Current Version | 0.1.3 |
Last Updated | 2018-10-31 |
Publish Date | 2018-10-31 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Plataforma de Assinaturas |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |