Flow Diagram with Screenshots
Allows you to capture your desktop to generate a flow diagram with screenshots.
Apa itu Flow Diagram with Screenshots?
Flow Diagram with Screenshots adalah ekstensi Chrome yang dikembangkan oleh Plataforma de Assinaturas, dan fitur utamanya adalah "Allows you to capture your desktop to generate a flow diagram with screenshots.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Flow Diagram with Screenshots
Unduh file ekstensi Flow Diagram with Screenshots dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Instructions: 1) Install the extension 2) And open: https://jorgemangueira.com/fds/
Informasi Dasar Ekstensi
Nama | |
ID | jkkegbinggpnjibncfepgfgaklceohek |
URL Resmi | https://chrome.google.com/webstore/detail/flow-diagram-with-screens/jkkegbinggpnjibncfepgfgaklceohek |
Deskripsi | Allows you to capture your desktop to generate a flow diagram with screenshots. |
Ukuran File | 71.13 KB |
Jumlah Instalasi | 484 |
Versi Saat Ini | 0.1.3 |
Terakhir Diperbarui | 2018-10-31 |
Tanggal Publikasi | 2018-10-31 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Plataforma de Assinaturas |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |