Timeline URL for DevTools

Easily share a devtools timeline using a simple URL

Cos'è Timeline URL for DevTools?

Timeline URL for DevTools è un'estensione di Chrome sviluppata da Paul Irish, e la sua funzione principale è "Easily share a devtools timeline using a simple URL".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Timeline URL for DevTools

Scarica i file di estensione Timeline URL for DevTools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Timeline URL for DevTools Timeline URL for DevTools
ID oclhnibplhejninpifaddfoodnmpcpok
URL Ufficiale https://chromewebstore.google.com/detail/timeline-url-for-devtools/oclhnibplhejninpifaddfoodnmpcpok
Descrizione Easily share a devtools timeline using a simple URL
Dimensione del File 20.83 KB
Conteggio Installazioni 187
Versione Corrente 0.1.0
Ultimo Aggiornamento 2015-08-03
Data di Pubblicazione 2015-08-03
Sviluppatore Paul Irish
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/arthurvr/timeline-url
URL della Pagina di Aiuto https://github.com/arthurvr/timeline-url/issues
Lingue Supportate 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"
    ]
}