Unravel

Extracts a plaintext crash from Twitter Fabric (Crashlytics)

Unravel là gì?

Unravel là một tiện ích mở rộng Chrome được phát triển bởi James Reggio, và tính năng chính của nó là "Extracts a plaintext crash from Twitter Fabric (Crashlytics)".

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

screenshot

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

Tải xuống các tệp mở rộng Unravel 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

                        Unravel will extract a simple plaintext representation of an iOS (iPhone or iPad) crash from the Crashlytics tab in Twitter Fabric.

The plaintext representation contains:
1. Device and OS specifics
2. Memory and disk utilization
3. UI and device orientation
4. Stacktrace for every captured thread, including crash metadata on the offending threads

This plaintext crash representation makes it easy to file a radar bug report against Apple, or share with an external developer on a site like Stack Overflow.

To use, simply navigate to a specific crash within Crashlytics. (The icon should light up blue.) Next, click the icon and copy the resulting text. Unravel will guide you through filing an issue if it is no longer able to interoperate with the Crashlytics website.                    

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

Tên Unravel Unravel
ID opccdmdchkjidmnneegkgglhgigpkopa
URL Chính Thức https://chrome.google.com/webstore/detail/unravel/opccdmdchkjidmnneegkgglhgigpkopa
Mô tả Extracts a plaintext crash from Twitter Fabric (Crashlytics)
Kích Thước Tệp 20.69 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-03-11
Ngày Phát Hành 2016-03-11
Nhà Phát Triển James Reggio
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jamesreggio/unravel
URL Trang Trợ Giúp https://github.com/jamesreggio/unravel/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unravel",
    "version": "1.0.1",
    "description": "Extracts a plaintext crash from Twitter Fabric (Crashlytics)",
    "author": "James Reggio  (http:\/\/regg.io)",
    "homepage_url": "https:\/\/github.com\/jamesreggio\/unravel",
    "permissions": [
        "https:\/\/*.fabric.io\/",
        "clipboardWrite",
        "tabs"
    ],
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}