Timeline URL for DevTools
Easily share a devtools timeline using a simple URL
什么是Timeline URL for DevTools?
Timeline URL for DevTools是由Paul Irish开发的Chrome扩展程序,该扩展的主要功能是“Easily share a devtools timeline using a simple URL”。
扩展截图
下载Timeline URL for DevTools扩展crx文件
下载Timeline URL for DevTools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Timeline URL for DevTools |
ID | oclhnibplhejninpifaddfoodnmpcpok |
官方URL | https://chromewebstore.google.com/detail/timeline-url-for-devtools/oclhnibplhejninpifaddfoodnmpcpok |
简介 | Easily share a devtools timeline using a simple URL |
文件大小 | 20.83 KB |
安装次数 | 187 |
当前版本 | 0.1.0 |
更新时间 | 2015-08-03 |
上架时间 | 2015-08-03 |
开发者 | Paul Irish |
付费类型 | free |
扩展官网 | https://github.com/arthurvr/timeline-url |
帮助页面URL | https://github.com/arthurvr/timeline-url/issues |
支持的语言 | 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" ] } |