Markflow: Copy Elements to Figma, React, etc.

Introducing Markflow, the ultimate Chrome extension designed to simplify the workflow for web designers and developers. Easily copy…

Markflow: Copy Elements to Figma, React, etc.คืออะไร?

Markflow: Copy Elements to Figma, React, etc. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://markflow.app และคุณลักษณะหลักของมันคือ "Introducing Markflow, the ultimate Chrome extension designed to simplify the workflow for web designers and developers. Easily copy…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Markflow: Copy Elements to Figma, React, etc.

ดาวน์โหลดไฟล์ส่วนขยาย Markflow: Copy Elements to Figma, React, etc. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing Markflow, the ultimate Chrome extension designed to simplify the workflow for web designers and developers. Easily copy elements from any website to Figma, React, Svelte, Webflow, and more, boosting your productivity and streamlining your design process.

Key Features:
1. Copy Elements: Seamlessly copy any element from any website to your own project.
2. Inspector: Quickly view all applied CSS styles for any element without opening DevTools.
3. Eye Dropper: Instantly pick the color of any pixel on your screen, including images and videos.
4. Color Palette: Effortlessly identify the colors used on a website.
5. Assets: Access all images used on a website and download them individually or in bulk.

Getting Started:
1. Install the Markflow extension.
2. Add your license key (get one for free).
3. Click on any element to copy it to your project.

Compatibility: 
Markflow works with any version of Chrome without any specific requirements.

Privacy and Security: 
Your data stays on your local browser. We do not collect any data from our users.

Pricing: 
All features can be used for free. The free plan allows copying up to 5 elements per month. Upgrade to the Pro plan for unlimited copied elements.

Support and Updates: 
Markflow is under active development, with continuous improvements and updates to ensure a seamless user experience.

Visit our website at https://markflow.app to learn more about Markflow and stay updated with the latest features and enhancements.

Try Markflow today and revolutionize your web design and development workflow!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Markflow: Copy Elements to Figma, React, etc. Markflow: Copy Elements to Figma, React, etc.
ID djpkcdeoondbcapcllgahjhaghplfcno
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/markflow-copy-elements-to/djpkcdeoondbcapcllgahjhaghplfcno
คำอธิบาย Introducing Markflow, the ultimate Chrome extension designed to simplify the workflow for web designers and developers. Easily copy…
ขนาดไฟล์ 1.6 MB
จำนวนการติดตั้ง 743
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-07-24
วันที่เผยแพร่ 2023-04-10
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://markflow.app
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://markflow.app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Markflow: Copy Elements to Figma, React, etc.",
    "version": "1.0.2.0",
    "version_name": "1.0.2",
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/index.js",
                "assets\/_commonjsHelpers.js",
                "assets\/messages.js",
                "assets\/content_script.tsx.js",
                "assets\/subscribe_dialog_script.tsx.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "webNavigation",
        "tabs",
        "debugger"
    ],
    "host_permissions": [
        "https:\/\/markflow.app\/*"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "commands": {
        "toggleMarkflow": {
            "suggested_key": {
                "default": "Ctrl+M"
            },
            "description": "Toggle markflow on\/off"
        }
    },
    "action": []
}