React Server Timeline
This extension will display the timeline for react-server applications
ما هو React Server Timeline؟
React Server Timeline هو إضافة Chrome تم تطويرها بواسطة Redfin، والميزة الرئيسية لها هي "This extension will display the timeline for react-server applications".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة React Server Timeline
قم بتنزيل ملفات الامتداد React Server Timeline بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This tool generates a timeline (using Highcharts.js) for any application developed using react-server (https://react-server.io/)
معلومات أساسية عن التمديد
الاسم | |
ID | pockbdjjnklbgemhkhdlhbhlcfgohocc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pockbdjjnklbgemhkhdlhbhlcfgohocc |
الوصف | This extension will display the timeline for react-server applications |
حجم الملف | 27.68 KB |
عدد التثبيتات | 82 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-12-01 |
تاريخ النشر | 2016-12-01 |
المطور | Redfin |
نوع الدفع | free |
موقع الإضافة | https://www.redfin.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "React Server Timeline", "description": "This extension will display the timeline for react-server applications", "version": "1.1", "author": "Redfin", "browser_action": { "default_icon": "react-server-icon.png", "default_popup": "popup.html", "default_title": "Generate React Server Timeline" }, "permissions": [ "tabs", "activeTab", "webRequest", "webRequestBlocking", "https:\/\/code.highcharts.com\/" ], "content_security_policy": "script-src 'unsafe-eval' https:\/\/code.highcharts.com\/; object-src 'unsafe-eval'" } |