Unravel

Extracts a plaintext crash from Twitter Fabric (Crashlytics)

Unravel क्या है?

Unravel James Reggio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extracts a plaintext crash from Twitter Fabric (Crashlytics)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unravel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}