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 擴展基本資訊
| 名稱 | |
| ID | oclhnibplhejninpifaddfoodnmpcpok |
| 官方網址 | 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"
]
} | |