Axhub

Axure 辅助扩展,可用于原型发布,原型复制等

Axhubคืออะไร?

Axhub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Axhub และคุณลักษณะหลักของมันคือ "Axure 辅助扩展,可用于原型发布,原型复制等"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Axhub

ดาวน์โหลดไฟล์ส่วนขยาย Axhub ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Axhub 推出的 Chrome 扩展。
产品经理可以一键同步原型到 Axhub 或 私有化部署服务器;

更新说明:
新增 实验性功能-复制 web 到 Figma 或 Axure
新增 实验性功能-批量复制 Axure 原型 html 页面

使用方法:
1、安装 Chrome 扩展
2、在 Axure 打开本地 rp 文件,点击预览(需使用 Chrome 浏览器)
3、按 Alt + x 或 点击边栏同步按钮(rp8 在左侧,rp9/10 在右上),选择项目一键同步
更多内容请访问:https://axhub.im/chrome                    

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

ชื่อ Axhub Axhub
ID cndglokmgjecikflojjieeeajbljgfae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/axhub/cndglokmgjecikflojjieeeajbljgfae
คำอธิบาย Axure 辅助扩展,可用于原型发布,原型复制等
ขนาดไฟล์ 2.41 MB
จำนวนการติดตั้ง 30,000
เวอร์ชันปัจจุบัน 1.5.8
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2020-06-07
คะแนน 4.72/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา Axhub
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://axhub.im/chrome/
URL หน้าช่วยเหลือ https://axhub.im/chrome/
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.8",
    "name": "Axhub",
    "manifest_version": 3,
    "description": "Axure \u8f85\u52a9\u6269\u5c55\uff0c\u53ef\u7528\u4e8e\u539f\u578b\u53d1\u5e03\uff0c\u539f\u578b\u590d\u5236\u7b49",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "action": {
        "default_title": "Axhub",
        "default_popup": "popup.html"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*:*\/start.html*",
                "https:\/\/*.axshare.com\/"
            ],
            "js": [
                "static\/js\/axure.js",
                "segmentit.min.js"
            ],
            "css": [
                "axure.css"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "http:\/\/iconfont.cn\/*",
                "http:\/\/www.iconfont.cn\/*",
                "https:\/\/iconfont.cn\/*",
                "https:\/\/www.iconfont.cn\/*"
            ],
            "js": [
                "static\/js\/iconfont.js"
            ],
            "css": [
                "iconfont.css"
            ]
        }
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "permissions": [
        "notifications",
        "scripting",
        "debugger",
        "activeTab",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sandbox.html",
                "bridge.html",
                "static\/js\/figma.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}