Flow Diagram with Screenshots
Allows you to capture your desktop to generate a flow diagram with screenshots.
Co to jest Flow Diagram with Screenshots?
Flow Diagram with Screenshots to rozszerzenie Chrome opracowane przez Plataforma de Assinaturas, a jego główną funkcją jest „Allows you to capture your desktop to generate a flow diagram with screenshots.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Flow Diagram with Screenshots
Pobierz pliki rozszerzeń Flow Diagram with Screenshots w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Instructions: 1) Install the extension 2) And open: https://jorgemangueira.com/fds/
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jkkegbinggpnjibncfepgfgaklceohek |
Oficjalny URL | https://chrome.google.com/webstore/detail/flow-diagram-with-screens/jkkegbinggpnjibncfepgfgaklceohek |
Opis | Allows you to capture your desktop to generate a flow diagram with screenshots. |
Rozmiar pliku | 71.13 KB |
Liczba instalacji | 484 |
Aktualna Wersja | 0.1.3 |
Ostatnia Aktualizacja | 2018-10-31 |
Data Publikacji | 2018-10-31 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | Plataforma de Assinaturas |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |