UX Teardown

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

UX Teardown là gì?

UX Teardown là một tiện ích mở rộng Chrome được phát triển bởi Conversion Alchemy, và tính năng chính của nó là "Quickly and easily provide and store UX, copy or design website feedback".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UX Teardown

Tải xuống các tệp mở rộng UX Teardown dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UX Teardown UX Teardown
ID gihaehbodmfmnecopfehjikbfbikjjbk
URL Chính Thức https://chromewebstore.google.com/detail/ux-teardown/gihaehbodmfmnecopfehjikbfbikjjbk
Mô tả Quickly and easily provide and store UX, copy or design website feedback
Kích Thước Tệp 1.59 MB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 0.1.20
Cập Nhật Lần Cuối 2022-05-02
Ngày Phát Hành 2022-05-02
Nhà Phát Triển Conversion Alchemy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://christophersilvestri.com/uxt/
URL Trang Trợ Giúp https://christophersilvestri.com/uxt/
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}