Timeline URL for DevTools
Easily share a devtools timeline using a simple URL
Wat is Timeline URL for DevTools?
Timeline URL for DevTools is een Chrome-extensie ontwikkeld door Paul Irish, en de belangrijkste functie is "Easily share a devtools timeline using a simple URL".
Extensie Screenshots
Download het CRX-bestand van de extensie Timeline URL for DevTools
Download Timeline URL for DevTools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Timeline URL for DevTools |
ID | oclhnibplhejninpifaddfoodnmpcpok |
Officiële URL | https://chromewebstore.google.com/detail/timeline-url-for-devtools/oclhnibplhejninpifaddfoodnmpcpok |
Beschrijving | Easily share a devtools timeline using a simple URL |
Bestandsgrootte | 20.83 KB |
Aantal Installaties | 187 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2015-08-03 |
Publicatiedatum | 2015-08-03 |
Ontwikkelaar | Paul Irish |
Betalingswijze | free |
Extensiewebsite | https://github.com/arthurvr/timeline-url |
Help Pagina-URL | https://github.com/arthurvr/timeline-url/issues |
Ondersteunde Talen | 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" ] } |