UX Teardown

Quickly and easily provide and store UX, copy or design website feedback

What is UX Teardown?

UX Teardown is a Chrome extension developed by Conversion Alchemy, and its main feature is "Quickly and easily provide and store UX, copy or design website feedback".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download UX Teardown Extension CRX File

Download UX Teardown extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With UX Teardown you can easily grab screenshots of any website, add your notes and prioritize your findings – in one go. Go from screenshots to final report in minutes.                    

Extension Basic Information

Name UX Teardown UX Teardown
ID gihaehbodmfmnecopfehjikbfbikjjbk
Official URL https://chromewebstore.google.com/detail/ux-teardown/gihaehbodmfmnecopfehjikbfbikjjbk
Description Quickly and easily provide and store UX, copy or design website feedback
File Size 1.59 MB
Installation Count 87
Current Version 0.1.20
Last Updated 2022-05-02
Publish Date 2022-05-02
Developer Conversion Alchemy
Email [email protected]
Payment Type free
Extension Website https://christophersilvestri.com/uxt/
Help Page URL https://christophersilvestri.com/uxt/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UX Teardown",
    "version": "0.1.20",
    "description": "Quickly and easily provide and store UX, copy or design website feedback",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content\/index.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_title": "UXT"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "content\/*.js"
            ],
            "extension_ids": [
                "ojnjchcaoelpdmifnkipkacnmjefhgam"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ]
}