Timeline URL for DevTools
Easily share a devtools timeline using a simple URL
Co je Timeline URL for DevTools?
Timeline URL for DevTools je rozšíření Chrome vyvinuté Paul Irish, a jeho hlavní funkcí je „Easily share a devtools timeline using a simple URL“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Timeline URL for DevTools
Stáhněte si soubory rozšíření Timeline URL for DevTools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Timeline URL for DevTools |
ID | oclhnibplhejninpifaddfoodnmpcpok |
Oficiální URL | https://chromewebstore.google.com/detail/timeline-url-for-devtools/oclhnibplhejninpifaddfoodnmpcpok |
Popis | Easily share a devtools timeline using a simple URL |
Velikost souboru | 20.83 KB |
Počet instalací | 187 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2015-08-03 |
Datum Vydání | 2015-08-03 |
Vývojář | Paul Irish |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/arthurvr/timeline-url |
URL Stránky Nápovědy | https://github.com/arthurvr/timeline-url/issues |
Podporované Jazyky | 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" ] } |