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" ] } |