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"입니다.

확장 프로그램 스크린샷

screenshot

Timeline URL for DevTools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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