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
官方網址 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"
    }
}