Timeline URL for DevTools

Easily share a devtools timeline using a simple URL

Was ist Timeline URL for DevTools?

Timeline URL for DevTools ist eine Chrome-Erweiterung, die von Paul Irish entwickelt wurde, und ihr Hauptmerkmal ist "Easily share a devtools timeline using a simple URL".

Erweiterungsscreenshots

screenshot

Timeline URL for DevTools-Erweiterungs-CRX-Datei herunterladen

Laden Sie Timeline URL for DevTools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Timeline URL for DevTools Timeline URL for DevTools
ID oclhnibplhejninpifaddfoodnmpcpok
Offizielle URL https://chromewebstore.google.com/detail/timeline-url-for-devtools/oclhnibplhejninpifaddfoodnmpcpok
Beschreibung Easily share a devtools timeline using a simple URL
Dateigröße 20.83 KB
Installationsanzahl 187
Aktuelle Version 0.1.0
Letztes Update 2015-08-03
Veröffentlichungsdatum 2015-08-03
Entwickler Paul Irish
Zahlungsart free
Erweiterungswebsite https://github.com/arthurvr/timeline-url
Hilfeseite URL https://github.com/arthurvr/timeline-url/issues
Unterstützte Sprachen 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"
    ]
}