Flow Diagram with Screenshots

Allows you to capture your desktop to generate a flow diagram with screenshots.

什么是Flow Diagram with Screenshots?

Flow Diagram with Screenshots是由Plataforma de Assinaturas开发的Chrome扩展程序,该扩展的主要功能是“Allows you to capture your desktop to generate a flow diagram with screenshots.”。

扩展截图

screenshot

下载Flow Diagram with Screenshots扩展crx文件

下载Flow Diagram with Screenshots扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Instructions:
1) Install the extension
2) And open: https://jorgemangueira.com/fds/                    

扩展基本信息

名称 Flow Diagram with Screenshots Flow Diagram with Screenshots
ID jkkegbinggpnjibncfepgfgaklceohek
官方URL https://chrome.google.com/webstore/detail/flow-diagram-with-screens/jkkegbinggpnjibncfepgfgaklceohek
简介 Allows you to capture your desktop to generate a flow diagram with screenshots.
文件大小 71.13 KB
安装次数 484
当前版本 0.1.3
更新时间 2018-10-31
上架时间 2018-10-31
评分 1.00/5 共1次评分
开发者 Plataforma de Assinaturas
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}