MockFlow WireframePro

Brainstorm UI ideas anywhere on the web

什么是MockFlow WireframePro?

MockFlow WireframePro是由https://mockflow.com开发的Chrome扩展程序,该扩展的主要功能是“Brainstorm UI ideas anywhere on the web”。

扩展截图

screenshot
screenshot
screenshot

下载MockFlow WireframePro扩展crx文件

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

扩展使用说明

                        The easiest way to wireframe interfaces and brainstorm UI ideas.

This Chrome extension for MockFlow WireframePro helps with the following

* Provides instant access to MockFlow wireframe tool anywhere on the web 
* Export your UI idea to a wireframe image and upload it 
* Easily communicate your UI design by rapidly sketching it
* Access hundreds of ready-made UI packs like Bootstrap5, Tailwind,iOS....
* Easily share your wireframes by uploading from chrome extension to your favorite communication software like Slack, MS Teams                    

扩展基本信息

名称 MockFlow WireframePro MockFlow WireframePro
ID ghkgfdamcfjiflldnfiollnhkdjilmde
官方URL https://chromewebstore.google.com/detail/mockflow-wireframepro/ghkgfdamcfjiflldnfiollnhkdjilmde
简介 Brainstorm UI ideas anywhere on the web
文件大小 147 KB
安装次数 60
当前版本 1.0.3
更新时间 2023-10-27
上架时间 2023-10-14
评分 5.00/5 共1次评分
开发者 https://mockflow.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://mockflow.com
帮助页面URL https://support.mockflow.com
隐私政策页面URL https://privacy.mockflow.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MockFlow WireframePro",
    "description": "Brainstorm UI ideas anywhere on the web",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/plugin\/icon-16.png",
        "32": ".\/images\/plugin\/icon-32.png",
        "48": ".\/images\/plugin\/icon-48.png",
        "128": ".\/images\/plugin\/icon-128.png"
    },
    "oauth2": {
        "client_id": "162227401569-t8ivo85k7hfdthpaqmiqbkag2hc6rad6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ui\/*",
                "images\/*",
                "js\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "matches": [
            ""
        ],
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": "ui\/popup\/index.html",
        "default_icons": {
            "16": ".\/images\/plugin\/icon-16.png",
            "32": ".\/images\/plugin\/icon-32.png",
            "48": ".\/images\/plugin\/icon-48.png",
            "128": ".\/images\/plugin\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/wireframepro.mockflow.com\/*"
    ]
}