WebExtension.net
WebExtension.net

Axure RP Extension for Chrome

View on Chrome Web Store
View Axure RP Extension for Chrome Chrome Extension on Chrome Web Store
3.4 (758 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

An extension that allows viewing of locally published Axure RP prototypes (HTML files) from Google Chrome.
Type
Extension
Users
600,000 users
Website axure.com
Axure Software Solutions, Inc.
View author page of Axure Software Solutions, Inc.
Published
Published on July 19, 2012
Version 0.7.0
Manifest version
3
Updated
Updated on October 27, 2022
View on Chrome Web Store
View Axure RP Extension for Chrome Chrome Extension on Chrome Web Store
productivity/developer
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Axure RP Extension for Chrome",
    "version": "0.7.0",
    "manifest_version": 3,
    "description": "An extension that allows viewing of locally published Axure RP prototypes (HTML files) from Google Chrome.",
    "action": {
        "default_icon": "axurerp-16.png"
    },
    "icons": {
        "48": "axurerp-48.png",
        "128": "axurerp-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "axurerp_extension.js"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*"
            ],
            "js": [
                "chrome-state-manager.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top