Flow Diagram with Screenshots
Allows you to capture your desktop to generate a flow diagram with screenshots.
Flow Diagram with Screenshots là gì?
Flow Diagram with Screenshots là một tiện ích mở rộng Chrome được phát triển bởi Plataforma de Assinaturas, và tính năng chính của nó là "Allows you to capture your desktop to generate a flow diagram with screenshots.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Flow Diagram with Screenshots
Tải xuống các tệp mở rộng Flow Diagram with Screenshots dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Instructions: 1) Install the extension 2) And open: https://jorgemangueira.com/fds/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jkkegbinggpnjibncfepgfgaklceohek |
URL Chính Thức | https://chrome.google.com/webstore/detail/flow-diagram-with-screens/jkkegbinggpnjibncfepgfgaklceohek |
Mô tả | Allows you to capture your desktop to generate a flow diagram with screenshots. |
Kích Thước Tệp | 71.13 KB |
Số Lần Cài Đặt | 484 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2018-10-31 |
Ngày Phát Hành | 2018-10-31 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Plataforma de Assinaturas |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |