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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    }
}