Unravel

Extracts a plaintext crash from Twitter Fabric (Crashlytics)

什麼是Unravel?

Unravel是由James Reggio開發的Chrome擴展程式,該擴展的主要功能是“Extracts a plaintext crash from Twitter Fabric (Crashlytics)”。

擴展截圖

screenshot

下載Unravel擴展crx文件

下載Unravel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Unravel Unravel
ID opccdmdchkjidmnneegkgglhgigpkopa
官方網址 https://chrome.google.com/webstore/detail/unravel/opccdmdchkjidmnneegkgglhgigpkopa
簡介 Extracts a plaintext crash from Twitter Fabric (Crashlytics)
檔案大小 20.69 KB
安裝次數 20
目前版本 1.0.1
更新時間 2016-03-11
上架時間 2016-03-11
開發者 James Reggio
付費類型 free
擴展官網 https://github.com/jamesreggio/unravel
說明頁面URL https://github.com/jamesreggio/unravel/issues
支援的語言 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"
    }
}