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 هو إضافة Chrome تم تطويرها بواسطة Plataforma de Assinaturas، والميزة الرئيسية لها هي "Allows you to capture your desktop to generate a flow diagram with screenshots.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Flow Diagram with Screenshots

قم بتنزيل ملفات الامتداد Flow Diagram with Screenshots بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}