WebExtension.net
Toggle dark mode
WebExtension.net

Axure Cloud Extension

View on Chrome Web Store
View Axure Cloud Extension Chrome Extension on Chrome Web Store
Add to bookmarks
3.3 (18 ratings)
0 views
This extension has been viewed 0 times

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

Capture screenshots of your prototype to attach to Axure Cloud comments. When commenting, click the camera icon to add a screenshot.
Type
Extension
Users
10,000 users
1K
Website axure.com
Axure Software Solutions, Inc.
View author page of Axure Software Solutions, Inc.
Published
Published on December 10, 2014
Version 1.2.1
Manifest version
3
Updated
Updated on November 2, 2022
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Axure Cloud Extension Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Axure Cloud Extension",
    "version": "1.2.1",
    "description": "Capture screenshots of your prototype to attach to Axure Cloud comments. When commenting, click the camera icon to add a screenshot.",
    "action": {
        "default_icon": "cloud_16.png",
        "default_title": "Axure Cloud Screenshot Extension"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "axScreenshot.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "cloud_16.png",
        "32": "cloud_32.png",
        "64": "cloud_64.png",
        "128": "cloud_128.png"
    },
    "commands": {
        "shortcutScreenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Ctrl+Shift+1"
            },
            "description": "Create Screenshot via Keyboard"
        }
    }
}
WebExtension.net

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

© 2025 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