Timeline URL for DevTools

Easily share a devtools timeline using a simple URL

Timeline URL for DevTools क्या है?

Timeline URL for DevTools Paul Irish द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily share a devtools timeline using a simple URL"।

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

screenshot

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

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

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

                        If you use Chrome DevTools to profile your sites and apps, you probably want to easily share those results with colleagues. This extension can create a shareable URL of a live navigable timeline. 
Record a timeline, right-click and save it to disk, and then upload it to a host (like Dropbox). Then go to Sources panel,  "Generate Timeline URL" pane, paste in the hosted URL and hit go. 

This project is open source: https://github.com/arthurvr/timeline-url
It asks for "Read and write to all sites" but only because it injects an iframe into your devtools. Read the source if you like.

Authors: Arthur Verschaeve & Paul Irish                    

एक्सटेंशन की मूल जानकारी

नाम Timeline URL for DevTools Timeline URL for DevTools
ID oclhnibplhejninpifaddfoodnmpcpok
आधिकारिक URL https://chromewebstore.google.com/detail/timeline-url-for-devtools/oclhnibplhejninpifaddfoodnmpcpok
विवरण Easily share a devtools timeline using a simple URL
फ़ाइल का आकार 20.83 KB
स्थापना संख्या 187
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2015-08-03
प्रकाशन तिथि 2015-08-03
डेवलपर Paul Irish
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/arthurvr/timeline-url
सहायता पृष्ठ URL https://github.com/arthurvr/timeline-url/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timeline URL for DevTools",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Easily share a devtools timeline using a simple URL",
    "devtools_page": "devtools.html",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/chromereload.js"
        ]
    },
    "permissions": [
        "clipboardWrite"
    ]
}