Timeline URL for DevTools
Easily share a devtools timeline using a simple URL
Timeline URL for DevToolsคืออะไร?
Timeline URL for DevTools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paul Irish และคุณลักษณะหลักของมันคือ "Easily share a devtools timeline using a simple URL"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timeline URL for DevTools
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |