Timeline URL for DevTools

Easily share a devtools timeline using a simple URL

Qu'est-ce que Timeline URL for DevTools ?

Timeline URL for DevTools est une extension Chrome développée par Paul Irish, et sa fonction principale est "Easily share a devtools timeline using a simple URL".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Timeline URL for DevTools

Téléchargez les fichiers d'extension Timeline URL for DevTools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Timeline URL for DevTools Timeline URL for DevTools
ID oclhnibplhejninpifaddfoodnmpcpok
URL Officiel https://chromewebstore.google.com/detail/timeline-url-for-devtools/oclhnibplhejninpifaddfoodnmpcpok
Description Easily share a devtools timeline using a simple URL
Taille du Fichier 20.83 KB
Nombre d'Installations 187
Version Actuelle 0.1.0
Dernière Mise à Jour 2015-08-03
Date de Publication 2015-08-03
Développeur Paul Irish
Type de Paiement free
Site Web de l'Extension https://github.com/arthurvr/timeline-url
URL de la Page d'Aide https://github.com/arthurvr/timeline-url/issues
Langues Prises en Charge 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"
    ]
}