Timeline URL for DevTools

Easily share a devtools timeline using a simple URL

Timeline URL for DevTools là gì?

Timeline URL for DevTools là một tiện ích mở rộng Chrome được phát triển bởi Paul Irish, và tính năng chính của nó là "Easily share a devtools timeline using a simple URL".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Timeline URL for DevTools

Tải xuống các tệp mở rộng Timeline URL for DevTools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Timeline URL for DevTools Timeline URL for DevTools
ID oclhnibplhejninpifaddfoodnmpcpok
URL Chính Thức https://chromewebstore.google.com/detail/timeline-url-for-devtools/oclhnibplhejninpifaddfoodnmpcpok
Mô tả Easily share a devtools timeline using a simple URL
Kích Thước Tệp 20.83 KB
Số Lần Cài Đặt 187
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2015-08-03
Ngày Phát Hành 2015-08-03
Nhà Phát Triển Paul Irish
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/arthurvr/timeline-url
URL Trang Trợ Giúp https://github.com/arthurvr/timeline-url/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}