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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } |